Files
a13labs.infra/terraform/apps/prod-01/resources/prometheus.yml
T

23 lines
606 B
YAML
Raw Normal View History

scrape_configs:
- job_name: node-exporter
scrape_interval: 10s
static_configs:
- targets:
- "node-exporter.prometheus.svc.cluster.local:9100"
labels:
cluster: "prod-01"
- job_name: fail2ban
scrape_interval: 60s
static_configs:
- targets:
- "fail2ban-exporter.prometheus.svc.cluster.local:9100"
labels:
cluster: "prod-01"
- job_name: auth-exporter
scrape_interval: 10s
static_configs:
- targets:
- "auth-exporter.prometheus.svc.cluster.local:9100"
labels:
cluster: "prod-01"