| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- scrape_configs:
- - job_name: cadvisor
- scrape_interval: 15s
- static_configs:
- - targets:
- - cadvisor:8080
- - job_name: node-exporter
- scrape_interval: 15s
- 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
- - job_name: wg-easy
- scrape_interval: 30s
- metrics_path: /metrics/prometheus
- static_configs:
- - targets:
- - wg.algometic.com
- # NEW: Hardware sensors
- - job_name: sensors-exporter
- scrape_interval: 30s
- static_configs:
- - targets:
- - sensors-exporter:8282
|