diff --git a/README.md b/README.md index 3b8c2d811e..368bf5e88f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,20 @@ If you are new to Prometheus and `node_exporter` there is a [simple step-by-step The `node_exporter` listens on HTTP port 9100 by default. See the `--help` output for more options. +### Linux distribution packages + +On Enterprise Linux (RHEL, CentOS Stream, Rocky Linux, AlmaLinux) and Fedora, `node_exporter` is packaged in [EPEL](https://docs.fedoraproject.org/en-US/epel/) as `golang-github-prometheus-node-exporter` (available for EPEL 7, 8 and 9): + +``` +dnf install golang-github-prometheus-node-exporter +``` + +On EL9 the systemd service is named `prometheus-node-exporter`: + +``` +systemctl enable --now prometheus-node-exporter +``` + ### Ansible For automated installs with [Ansible](https://www.ansible.com/), there is the [Prometheus Community role](https://github.com/prometheus-community/ansible).