13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
|
# https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md
|
||
|
# vim:ft=ansible:
|
||
|
modules:
|
||
|
http_2xx:
|
||
|
prober: http
|
||
|
timeout: 5s
|
||
|
http:
|
||
|
preferred_ip_protocol: "ip4"
|
||
|
follow_redirects: true
|
||
|
valid_http_versions: ["HTTP/1.1", "HTTP/2.0"]
|
||
|
valid_status_codes: [] # Defaults to 2xx
|
||
|
method: GET
|