prometheus.yml 760 B

1234567891011121314151617181920212223242526272829303132333435363738
  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