Try to run node_exporter version 0.18.1 with current formula
Expected behaviour
node_exporter is able to run
Attempts to fix the bug
Currently for least impact I'm trying to make the service use a different file, but probably a better idea would be to add a conditional to the service, or add a way to define the start command in pillars.
Your setup
Formula commit hash / release tag
d9c93860385303ae89025431da7a83d48c5a6adf
Versions reports (master & minion)
Pillar / config used
Bug details
Describe the bug
node_exporter
doesn't take the--config.file
flag, yet there's no way to skip it, looking at https://github.com/saltstack-formulas/prometheus-formula/blob/bb94cbc606c8d5b95c1078a54c73a1287ac1ccee/prometheus/archive/install.sls#L61-L62 I'm trying to make it use a different file using theTOFS
pattern, but I wasn't able to find the correct incantation yet.Steps to reproduce the bug
Try to run
node_exporter
version0.18.1
with current formulaExpected behaviour
node_exporter
is able to runAttempts to fix the bug
Currently for least impact I'm trying to make the service use a different file, but probably a better idea would be to add a conditional to the service, or add a way to define the start command in pillars.