infrastructure/ansible/roles/forrest/files/prometheus/blackbox.yml
Jake Howard 7564911da3
Some checks failed
/ terraform (push) Failing after 3s
/ ansible (push) Failing after 2s
Add IPv6 to blackbox
This is needed to monitor private services
2024-04-20 18:12:38 +01:00

19 lines
342 B
YAML

modules:
http:
prober: http
timeout: 10s
https_redir:
prober: http
timeout: 10s
http:
method: GET
valid_status_codes: [301, 302, 307, 308]
follow_redirects: false
fail_if_ssl: true
fail_if_header_not_matches:
- header: Location
regexp: ^https
icmp:
prober: icmp