Advertisement
Guest User

Untitled

a guest
Feb 12th, 2017
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. global:
  2. external_labels:
  3. monitor: 'odl-monitor'
  4.  
  5. scrape_configs:
  6. # Scrape Prometheus itself.
  7. - job_name: 'prometheus'
  8. scrape_interval: 5s
  9. static_configs:
  10. - targets: ['localhost:9090']
  11.  
  12. # Scrape the ODL controller.
  13. - job_name: 'opendaylight'
  14. scrape_interval: 30s
  15. basic_auth:
  16. username: admin
  17. password: admin
  18. metrics_path: '/tsdr/metrics-export'
  19. static_configs:
  20. - targets: ['10.0.1.10:8181']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement