Files
homeAutomation/configurations/prometheus/prometheus.yml

16 lines
311 B
YAML

global:
scrape_interval: 1m
scrape_configs:
- job_name: "prometheus"
scrape_interval: 1m
static_configs:
- targets: ["prometheus:9090"]
- job_name: "node"
static_configs:
- targets: ["node-exporter:9100"]
- job_name: "pi_node"
static_configs:
- targets: ["10.55.8.1:9100"]