Closed indigo423 closed 1 year ago
When you deploy version 1.5.0 of the Node exporter the systemd unit startup fails with the error message
node_exporter: error: unknown long flag '--web.config', try --help
I could workaround by fixing the systemd template node_exporter.service.j2 from --web.config to --web.config.file.
node_exporter.service.j2
--web.config
--web.config.file
I guess this won't be fixed here, see https://github.com/cloudalchemy/ansible-node-exporter/issues/279
This role has been deprecated in favor of a the prometheus-community/ansible collection.
When you deploy version 1.5.0 of the Node exporter the systemd unit startup fails with the error message
I could workaround by fixing the systemd template
node_exporter.service.j2
from--web.config
to--web.config.file
.