grafana: add chaosknoten
This commit is contained in:
parent
2431b455c2
commit
e2a0b9e74c
|
@ -56,3 +56,12 @@ scrape_configs:
|
|||
- targets:
|
||||
- jitsi.hamburg.ccc.de:9100 # Node Exporter
|
||||
- jitsi.hamburg.ccc.de:9888 # Jitsi Video Bridge
|
||||
- job_name: chaosknoten
|
||||
honor_timestamps: true
|
||||
scrape_interval: 5s
|
||||
scrape_timeout: 1s
|
||||
metrics_path: /metrics
|
||||
scheme: http
|
||||
static_configs:
|
||||
- targets:
|
||||
- chaosknoten.hamburg.ccc.de:9100 # Node Exporter
|
||||
|
|
Loading…
Reference in a new issue