You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
modules:
|
|
http_200:
|
|
prober: http
|
|
timeout: 5s
|
|
http:
|
|
method: GET
|
|
fail_if_ssl: false
|
|
fail_if_not_ssl: false
|
|
tls_config:
|
|
insecure_skip_verify: false
|
|
preferred_ip_protocol: "ip4"
|
|
valid_status_codes: [200]
|