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.
39 lines
642 B
YAML
39 lines
642 B
YAML
---
|
|
docker_enabled: false
|
|
traefik_enabled: false
|
|
filebeat_enabled: false
|
|
metricbeat_enabled: false
|
|
|
|
monitor_port_system: 9100
|
|
|
|
blackbox_exporter_version: 0.23.0
|
|
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
|
|
- 303
|
|
- 304
|
|
- 305
|
|
prober: http
|
|
timeout: 5s
|
|
http_4xx:
|
|
http:
|
|
method: GET
|
|
valid_status_codes:
|
|
- 401
|
|
- 402
|
|
- 403
|
|
- 404
|
|
- 405
|
|
prober: http
|
|
timeout: 5s
|