blob: 8e3d1d71268552e0bd4df13bab01a265119b1682 [file] [log] [blame]
scrape_configs:
# pulld for every server.
- job_name: 'pulld-not-gce'
static_configs:
- targets: ['localhost:20000']
- targets: ['192.168.1.98:20000']
labels:
instance_name: spare
- targets: ['192.168.1.99:20000']
labels:
instance_name: master
- job_name: 'file-backup'
static_configs:
- targets: ['192.168.1.99:20001']
labels:
backup: rpi_image
- targets: ['localhost:20002']
labels:
backup: router_config
- job_name: 'hotspare'
static_configs:
- targets: ['192.168.1.98:20003']
- job_name: 'powercycle-daemon'
static_configs:
- targets: ['localhost:20004']
# Prometheus self monitoring.
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:8000']