Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ---
  2. global:
  3. evaluation_interval: 30s
  4. scrape_interval: 10s
  5. scrape_configs:
  6. -
  7. metrics_path: /prometheus/
  8. scheme: https
  9. static_configs:
  10. -
  11. targets:
  12. - "jenkins-myproject.192.168.1.17.nip.io:443"
  13. tls_config:
  14. insecure_skip_verify: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement