infrastructure/ansible/roles/prometheus/files/prometheus/blackbox.yml
Jake Howard ee96e6ab08
Some checks failed
/ ansible (push) Failing after 1m35s
/ terraform (push) Failing after 12m54s
Rename forrest role to prometheus
Makes organising much simpler
2024-04-21 19:47:02 +01:00

20 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