| 12345678910111213141516171819202122232425262728293031 |
- scrape_configs:
- - job_name: cadvisor
- scrape_interval: 45s
- static_configs:
- - targets:
- - cadvisor:8080
- - job_name: node-exporter
- scrape_interval: 45s
- static_configs:
- - targets:
- - node-exporter:9100
- - job_name: downloader-exporter
- scrape_interval: 30s
- static_configs:
- - targets:
- - bt-exporter:9000
- # A scrape configuration containing exactly one endpoint to scrape.
- - job_name: openwrt-router1
- scrape_interval: 30s
- static_configs:
- - targets:
- - 192.168.1.7:9100
-
- - job_name: openwrt-linksys1900
- scrape_interval: 30s
- static_configs:
- - targets:
- - 192.168.6.1:9100
|