Closed reet- closed 2 years ago
Well, that obviously depends on what exactly you are trying to do :slightly_smiling_face:
As the output you posted indicates, --web.config.file
is not a valid flag. Given that your are passing a file, I assume you want --config.file
.
Note that this flag expects an IPMI exporter config file, not a Prometheus config file. I am just guessing from the path you are using there that this might be a mixup.
I want to enable https scheme scraping with TLS auth, as described in the ipmi_exporter
README (TLS and basic authentication). The parameter is specified as --web.config.file
...
I see. @SuperQ: you added that to the README, it does indeed not work, maybe you can take a look?
Oh, the TLS support commit is post 1.5.1. So it is described in the README, but not yet in the current downloadable release.
Works with ipmi_exporter
compiled from source (5f7c5fe
), closing.
Yea, we should probably cut a release soon.
Hi,
What am I doing wrong?
Thanks.