2022-12-04 22:11:49 +00:00
|
|
|
modules:
|
|
|
|
http:
|
|
|
|
prober: http
|
|
|
|
timeout: 10s
|
2022-12-06 20:43:22 +00:00
|
|
|
http:
|
|
|
|
preferred_ip_protocol: ip4 # Docker network is v4 only
|
2022-12-04 22:11:49 +00:00
|
|
|
|
|
|
|
https_redir:
|
|
|
|
prober: http
|
|
|
|
timeout: 10s
|
|
|
|
http:
|
|
|
|
method: GET
|
|
|
|
valid_status_codes: [301, 302, 307, 308]
|
|
|
|
no_follow_redirects: true
|
|
|
|
fail_if_ssl: true
|
|
|
|
fail_if_header_not_matches:
|
|
|
|
- header: Location
|
|
|
|
regexp: ^https
|
2022-12-06 20:43:22 +00:00
|
|
|
preferred_ip_protocol: ip4 # Docker network is v4 only
|
2023-01-31 14:29:27 +00:00
|
|
|
|
|
|
|
icmp:
|
|
|
|
prober: icmp
|