2025-10-02 00:19:01 +02:00
|
|
|
scrape_configs:
|
2025-10-02 20:02:53 +02:00
|
|
|
- job_name: node-exporter
|
|
|
|
|
scrape_interval: 10s
|
|
|
|
|
static_configs:
|
2025-10-05 23:18:44 +02:00
|
|
|
- targets:
|
|
|
|
|
- "node-exporter.prometheus.svc.cluster.local:9100"
|
2025-10-02 20:02:53 +02:00
|
|
|
- job_name: fail2ban
|
|
|
|
|
scrape_interval: 60s
|
|
|
|
|
static_configs:
|
2025-10-05 23:18:44 +02:00
|
|
|
- targets:
|
|
|
|
|
- "fail2ban-exporter.prometheus.svc.cluster.local:9100"
|
2025-10-03 00:59:58 +02:00
|
|
|
- job_name: auth-exporter
|
|
|
|
|
scrape_interval: 10s
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets:
|
2025-10-05 23:18:44 +02:00
|
|
|
- "auth-exporter.prometheus.svc.cluster.local:9100"
|