prometheus.yml 897 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. scrape_configs:
  2. - job_name: cadvisor
  3. scrape_interval: 15s
  4. static_configs:
  5. - targets:
  6. - cadvisor:8080
  7. - job_name: node-exporter
  8. scrape_interval: 15s
  9. static_configs:
  10. - targets:
  11. - node-exporter:9100
  12. - job_name: downloader-exporter
  13. scrape_interval: 30s
  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: 30s
  20. # static_configs:
  21. # - targets:
  22. # - 192.168.1.7:9100
  23. #- job_name: openwrt-linksys1900
  24. # scrape_interval: 30s
  25. # static_configs:
  26. # - targets:
  27. # - 192.168.6.1:9100
  28. - job_name: wg-easy
  29. scrape_interval: 30s
  30. metrics_path: /metrics/prometheus
  31. static_configs:
  32. - targets:
  33. - wg.algometic.com
  34. # NEW: Hardware sensors
  35. - job_name: sensors-exporter
  36. scrape_interval: 30s
  37. static_configs:
  38. - targets:
  39. - sensors-exporter:8282