cloudalchemy / ansible-node-exporter

Provision basic metrics exporter for prometheus monitoring tool
MIT License
501 stars 270 forks source link

Node exporter version 1.5.0 systemd unit unable to start #280

Closed indigo423 closed 1 year ago

indigo423 commented 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.

stevo-f3 commented 1 year ago

I guess this won't be fixed here, see https://github.com/cloudalchemy/ansible-node-exporter/issues/279

SuperQ commented 1 year ago

This role has been deprecated in favor of a the prometheus-community/ansible collection.