formula-prometheus-ng/prometheus/files/default-blackbox_exporter.jinja
2017-11-21 12:17:09 +11:00

7 lines
296 B
Django/Jinja

# Set the command-line arguments to pass to the blackbox_exporter service.
ARGS="--config.file {{config_file}}"
# Blackbox exporter supports the following options:
# -config.file string
# Blackbox exporter configuration file name.
# (default "/etc/prometheus/blackbox_exporter.yml)