Closed n-rodriguez closed 4 years ago
@n-rodriguez I think the issue is related to the 'assumed' names the formula uses: debian's packages/services are named prometheus-component{-exporter}
and the formula assumes component{_exporter}
, ie:
Debian's packages (and services): prometheus-alertmanager, prometheus-node-exporter Formula packages (and services): alertmanager, node_exporter
I think these are fixed in #44. If you want to give them a try
I think these are fixed in #44. If you want to give them a try
It won't work : for instance, here it fails because of the wrong service name due to https://github.com/saltstack-formulas/prometheus-formula/blob/master/prometheus/defaults.yaml#L136
with all this info you should now understand what I meant here : https://github.com/saltstack-formulas/prometheus-formula/issues/35
:tada: This issue has been resolved in version 5.0.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 5.0.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Your setup
Formula commit hash / release tag
Versions reports (master & minion)
Pillar / config used
Bug details
Describe the bug
Steps to reproduce the bug
Expected behaviour
Attempts to fix the bug
Additional context