mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-26 13:50:20 +00:00
4897b20b47
Signed-off-by: Christian Krause <christian.krause@idiv.de>
15 lines
388 B
YAML
15 lines
388 B
YAML
---
|
|
provisioner:
|
|
inventory:
|
|
group_vars:
|
|
all:
|
|
blackbox_exporter_web_listen_address:
|
|
- '127.0.0.1:9000'
|
|
- '127.0.1.1:9000'
|
|
blackbox_exporter_cli_flags:
|
|
log.level: "warn"
|
|
blackbox_exporter_configuration_modules:
|
|
tcp_connect:
|
|
prober: tcp
|
|
timeout: 5s
|
|
blackbox_exporter_version: 0.23.0
|