Update README: iBotty -> EPEL
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.
In which versions of EPEL is this available?
https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/
In which versions of EPEL is this available?
Didn't really understand your question but "all" seems an appropriate answer
The question is: is it in epel7 and epel8?
Yes. I ran the upgrade on both 7 and 8 systems
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
Happy to merge a PR if someone can update this 🙏