7 lines
295 B
Text
7 lines
295 B
Text
|
# 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)
|