Add jitsi as target
This commit is contained in:
parent
a38ae82550
commit
e0ebe2c720
|
@ -46,3 +46,12 @@ scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 185.161.129.132:9100
|
- 185.161.129.132:9100
|
||||||
|
- job_name: jitsi
|
||||||
|
honor_timestamps: true
|
||||||
|
scrape_interval: 5s
|
||||||
|
scrape_timeout: 1s
|
||||||
|
metrics_path: /metrics
|
||||||
|
scheme: http
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- jitsi.hamburg.ccc.de:9100
|
||||||
|
|
Loading…
Reference in a new issue