node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

Update README: iBotty -> EPEL

Open systemcrash opened this issue 4 years ago • 7 comments

Please update the main README so that Rocky/EPEL/CentOS etc users can simply do

yum install golang-github-prometheus-node-exporter -y ; systemctl enable node_exporter ; systemctl restart node_exporter ; systemctl status node_exporter

Instead of using the iBotty COPR repo.

systemcrash avatar Oct 01 '21 13:10 systemcrash

In which versions of EPEL is this available?

roidelapluie avatar Oct 01 '21 14:10 roidelapluie

https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/

systemcrash avatar Oct 01 '21 17:10 systemcrash

In which versions of EPEL is this available?

Didn't really understand your question but "all" seems an appropriate answer

systemcrash avatar Oct 01 '21 17:10 systemcrash

The question is: is it in epel7 and epel8?

roidelapluie avatar Oct 01 '21 18:10 roidelapluie

Yes. I ran the upgrade on both 7 and 8 systems

systemcrash avatar Oct 01 '21 18:10 systemcrash

FWIW, on EL9 (tested on Alma Linux 9.0) it's

dnf install golang-github-prometheus-node-exporter
systemctl enable prometheus-node-exporter
systemctl start prometheus-node-exporter
systemctl status prometheus-node-exporter

pglizniewicz avatar Jun 10 '22 12:06 pglizniewicz

Happy to merge a PR if someone can update this 🙏

discordianfish avatar Jul 05 '22 17:07 discordianfish