Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blackbox_exporter manifest erroneously uses -config.file instead of --config.file parameter #96

Closed
noroute opened this issue Oct 27, 2017 · 0 comments · Fixed by #97
Closed
Labels
bug Something isn't working

Comments

@noroute
Copy link

noroute commented Oct 27, 2017

The recently merged support for the blackbox_exporter contains a typo for the config.file parameter which is a long-form parameter in blackbox_exporter but erroneously passed as -config.file.

Actual behaviour: blackbox_exporter is started with -config.file=/etc/blackbox-exporter.yaml and bails out.
Expected behaviour: blackbox_exporter is started with --config.file=/etc/blackbox-exporter.yaml and works.

Reference:

$options = "-config.file=${config_file} ${extra_options}"

tuxmea pushed a commit to tuxmea/puppet-prometheus that referenced this issue Oct 28, 2017
@tuxmea tuxmea added the bug Something isn't working label Oct 28, 2017
knackjax pushed a commit to knackjax/puppet-prometheus that referenced this issue Nov 21, 2017
cegeka-jenkins pushed a commit to cegeka/puppet-prometheus that referenced this issue Aug 28, 2019
Rovanion pushed a commit to Rovanion/puppet-prometheus that referenced this issue May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants