10 lines
694 B
Django/Jinja
10 lines
694 B
Django/Jinja
ARGS="{% for i in prometheus_agent.agents.blackbox.args %} --{{ i }}{% if prometheus_agent.agents.blackbox.args[i] and prometheus_agent.agents.blackbox.args[i] != {} %}='{{ prometheus_agent.agents.blackbox.args[i] }}'{% endif %} {% endfor %}"
|
|
|
|
# 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]
|