fritzbox-grafana-monitor/prometheus.yml

16 lines
321 B
YAML
Raw Normal View History

2021-05-11 15:47:22 +00:00
---
global:
scrape_interval: 60s
evaluation_interval: 60s
external_labels:
monitor: 'homelab'
rule_files:
scrape_configs:
- job_name: 'node-exporter'
static_configs:
- targets: ['mon_node-exporter:9100']
- job_name: 'fritzbox_exporter'
static_configs:
- targets: ['192.168.1.100:9042']