This repository has been archived on 2022-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
grafana/conf/prometheus.yml

20 lines
463 B
YAML
Raw Normal View History

scrape_configs:
2021-09-08 18:19:04 -05:00
- job_name: "node_exporter"
scrape_interval: 15s
static_configs:
- targets: ["host.docker.internal:9100"]
- job_name: "caddy"
scrape_interval: 15s
static_configs:
- targets: ["host.docker.internal:2020"]
labels:
instance: "boba.best"
- job_name: "unbound"
scrape_interval: 15s
static_configs:
- targets: ["unbound-telemetry:9167"]
labels:
instance: "boba.best"