Files
my-self-host-services/prometheus/data/config/prometheus.yaml
T
2026-05-16 00:28:15 +04:00

29 lines
642 B
YAML

global:
scrape_interval: 10s
scrape_configs:
- job_name: "node_exporter"
scrape_interval: 2s
static_configs:
- targets: ["node_exporter:9100"]
- job_name: "cadvisor"
scrape_interval: 2s
static_configs:
- targets: ["cadvisor:8080"]
- job_name: caddy
scrape_interval: 2s
static_configs:
- targets: ["caddy:2019"]
- job_name: crowdsec
scrape_interval: 10s
static_configs:
- targets: ["crowdsec:6060"]
- job_name: crowdsec_exporter
scrape_interval: 30s
static_configs:
- targets: ["crowdsec_exporter:9100"]