Files
HomeServerServices/grafana/prometheus.yml
2026-01-01 18:32:31 -06:00

12 lines
223 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['prometheus:9090']
- job_name: 'node_exporter'
static_configs:
- targets: ['node-exporter:9100']