2024-01-24 19:12:43 +01:00
|
|
|
global:
|
|
|
|
scrape_interval: 15s
|
|
|
|
scrape_timeout: 10s
|
|
|
|
evaluation_interval: 15s
|
|
|
|
alerting:
|
|
|
|
alertmanagers:
|
|
|
|
- static_configs:
|
|
|
|
- targets: []
|
|
|
|
scheme: http
|
|
|
|
timeout: 10s
|
|
|
|
api_version: v1
|
|
|
|
scrape_configs:
|
|
|
|
- job_name: prometheus
|
|
|
|
honor_timestamps: true
|
|
|
|
scrape_interval: 15s
|
|
|
|
scrape_timeout: 10s
|
|
|
|
metrics_path: /metrics
|
|
|
|
scheme: http
|
|
|
|
static_configs:
|
|
|
|
- targets:
|
|
|
|
- localhost:9090
|
|
|
|
- job_name: c3lingo
|
|
|
|
honor_timestamps: true
|
|
|
|
scrape_interval: 5s
|
|
|
|
scrape_timeout: 1s
|
|
|
|
metrics_path: /mumblestats/metrics
|
|
|
|
scheme: https
|
|
|
|
static_configs:
|
|
|
|
- targets:
|
|
|
|
- mumble.c3lingo.org:443
|
|
|
|
- job_name: mumble
|
|
|
|
honor_timestamps: true
|
|
|
|
scrape_interval: 5s
|
|
|
|
scrape_timeout: 1s
|
2024-01-24 19:36:21 +01:00
|
|
|
metrics_path: /metrics
|
|
|
|
scheme: https
|
2024-01-24 19:12:43 +01:00
|
|
|
static_configs:
|
|
|
|
- targets:
|
2024-01-24 19:36:21 +01:00
|
|
|
- mumble.hamburg.ccc.de:443
|
2024-01-26 19:28:09 +01:00
|
|
|
- job_name: opnsense-ccchh
|
|
|
|
honor_timestamps: true
|
|
|
|
scrape_interval: 5s
|
|
|
|
scrape_timeout: 1s
|
|
|
|
metrics_path: /metrics
|
|
|
|
scheme: http
|
|
|
|
static_configs:
|
|
|
|
- targets:
|
|
|
|
- 185.161.129.132:9100
|
2024-01-28 07:52:42 +01:00
|
|
|
- job_name: jitsi
|
|
|
|
honor_timestamps: true
|
|
|
|
scrape_interval: 5s
|
|
|
|
scrape_timeout: 1s
|
|
|
|
metrics_path: /metrics
|
|
|
|
scheme: http
|
|
|
|
static_configs:
|
|
|
|
- targets:
|
2024-01-29 20:31:12 +01:00
|
|
|
- jitsi.hamburg.ccc.de:9100 # Node Exporter
|
2024-01-29 21:13:22 +01:00
|
|
|
- jitsi.hamburg.ccc.de:9888 # Jitsi Video Bridge
|
2024-01-30 23:23:13 +01:00
|
|
|
- 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
|