prometheus.yml 616 B

12345678910111213141516171819202122232425262728293031
  1. scrape_configs:
  2. - job_name: cadvisor
  3. scrape_interval: 45s
  4. static_configs:
  5. - targets:
  6. - cadvisor:8080
  7. - job_name: node-exporter
  8. scrape_interval: 45s
  9. static_configs:
  10. - targets:
  11. - node-exporter:9100
  12. - job_name: downloader-exporter
  13. scrape_interval: 15s
  14. static_configs:
  15. - targets:
  16. - bt-exporter:9000
  17. # A scrape configuration containing exactly one endpoint to scrape.
  18. - job_name: openwrt-router1
  19. scrape_interval: 10s
  20. static_configs:
  21. - targets:
  22. - 192.168.1.7:9100
  23. - job_name: openwrt-linksys1900
  24. scrape_interval: 10s
  25. static_configs:
  26. - targets:
  27. - 192.168.6.1:9100