mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 09:41:01 +01:00
12 lines
534 B
Text
12 lines
534 B
Text
{{ ansible_managed | comment }}
|
|
|
|
ARGS='--config.file /etc/prometheus/blackbox.yml'
|
|
|
|
# Usage of prometheus-blackbox-exporter:
|
|
# --config.file="blackbox.yml"
|
|
# Blackbox exporter configuration file.
|
|
# --web.listen-address=":9115"
|
|
# The address to listen on for HTTP requests.
|
|
# --timeout-offset=0.5 Offset to subtract from timeout in seconds.
|
|
# --log.level=info Only log messages with the given severity or above.
|
|
# One of: [debug, info, warn, error]
|