cloudalchemy / ansible-node-exporter

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

Create a new release with changes in master branch #270

Closed chrodriguez closed 1 year ago

chrodriguez commented 2 years ago

New versions of node_exporter uses stdout instead of stderr. These fix is applied in master branch, but release 2.0.0 does not have this fix applied. Can you please create a new release of this role?

Thanks in advance

antonr-p2p commented 1 year ago

Hello! Faced the same issue! Please release new version

antonr-p2p commented 1 year ago

You can find fixed version in https://github.com/prometheus-community/ansible/tree/main/roles/node_exporter

chrodriguez commented 1 year ago

You can find fixed version in https://github.com/prometheus-community/ansible/tree/main/roles/node_exporter

But using a role from git main branch will break old playbooks, so pinning to a release is a best practice

SuperQ commented 1 year ago

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