Ajout monitoring matrix
parent
5fcf7998d1
commit
f5cb5f0f3e
|
@ -232,6 +232,14 @@ loc_prometheus:
|
||||||
- replacement: "{{ lookup('ldap', 'ip4', 'helloworld', 'adm') }}:9116"
|
- replacement: "{{ lookup('ldap', 'ip4', 'helloworld', 'adm') }}:9116"
|
||||||
target_label: __address__
|
target_label: __address__
|
||||||
|
|
||||||
|
synapse:
|
||||||
|
config:
|
||||||
|
- job_name: synapse
|
||||||
|
static_configs:
|
||||||
|
- targets: ["matrix.crans.org"]
|
||||||
|
scrape_interval: 15s
|
||||||
|
metrics_path: "/_synapse/metrics"
|
||||||
|
|
||||||
tsdb:
|
tsdb:
|
||||||
retention_time: "180d"
|
retention_time: "180d"
|
||||||
retention_size: "200GB"
|
retention_size: "200GB"
|
||||||
|
|
Loading…
Reference in New Issue