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.
32 lines
523 B
YAML
32 lines
523 B
YAML
---
|
|
#blackbox_exporter_cli_flags:
|
|
# log.level: "debug"
|
|
|
|
blackbox_exporter_version: "{{ prom_blackbox_exporter_version }}"
|
|
|
|
blackbox_exporter_configuration_modules:
|
|
http_2xx:
|
|
http:
|
|
method: GET
|
|
valid_status_codes: []
|
|
prober: http
|
|
timeout: 5s
|
|
|
|
http_3xx:
|
|
http:
|
|
method: GET
|
|
valid_status_codes:
|
|
- 301
|
|
- 302
|
|
prober: http
|
|
timeout: 5s
|
|
|
|
http_4xx:
|
|
http:
|
|
method: GET
|
|
valid_status_codes:
|
|
- 401
|
|
- 403
|
|
prober: http
|
|
timeout: 5s
|