waterboy/prometheus/prometheus.yml

16 lines
246 B
YAML

---
global:
scrape_interval: 5m
scrape_timeout: 30s
scrape_configs:
- job_name: waterboy
metrics_path: /
static_configs:
- targets:
- 192.168.0.58
- 192.168.0.59
- 192.168.0.60
- 192.168.0.61