14 lines
222 B
YAML
14 lines
222 B
YAML
|
|
modules:
|
||
|
|
http_2xx:
|
||
|
|
prober: http
|
||
|
|
timeout: 10s
|
||
|
|
http:
|
||
|
|
method: GET
|
||
|
|
preferred_ip_protocol: ip4
|
||
|
|
follow_redirects: true
|
||
|
|
fail_if_not_ssl: false
|
||
|
|
|
||
|
|
tcp_connect:
|
||
|
|
prober: tcp
|
||
|
|
timeout: 5s
|