add monitoring fyre

mise_a_niveau
Lzebulon 2025-06-28 17:44:12 +02:00
parent f5cb5f0f3e
commit 555bb29521
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 15 additions and 0 deletions

View File

@ -240,6 +240,21 @@ loc_prometheus:
scrape_interval: 15s
metrics_path: "/_synapse/metrics"
jitsi:
config:
- job_name: jitsi
static_configs:
- targets: ["jitsi.adm.crans.org"]
relabel_configs:
- source_labels: [__address__]
target_label: __param_target
- source_labels: [__param_target]
target_label: instance
- source_labels: [__param_target]
target_label: __address__
replacement: '$1:9700'
tsdb:
retention_time: "180d"
retention_size: "200GB"