Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. global:
  2. scrape_interval: 15s
  3.  
  4. rule_files:
  5. - 'alert.rules'
  6.  
  7. alerting:
  8. alertmanagers:
  9. - scheme: http
  10. static_configs:
  11. - targets:
  12. - "localhost:9093"
  13.  
  14.  
  15. scrape_configs:
  16. - job_name: 'prometheus'
  17. scrape_interval: 5s
  18. static_configs:
  19. - targets: ['localhost:9090']
  20. - job_name: 'node_exporter'
  21. scrape_interval: 5s
  22. static_configs:
  23. - targets: ['IP:9100', 'IP:9100']
  24. - job_name: 'netdata'
  25. metrics_path: '/api/v1/allmetrics'
  26. params:
  27. format: [prometheus]
  28. honor_labels: true
  29. scrape_interval: 5s
  30. static_configs:
  31. - targets: ['IP:19999', 'IP:19999']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement