Mention the default listening port in the README.

Related to https://github.com/prometheus/node_exporter/pull/1948

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie 2021-01-31 17:42:49 +01:00
parent eecfbcd610
commit 0cc04d6d94
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1

View File

@ -18,6 +18,8 @@ can be used.
If you are new to Prometheus and `node_exporter` there is a [simple step-by-step guide](https://prometheus.io/docs/guides/node-exporter/).
The `node_exporter` listens on HTTP port 9100 by default. See the `--help` output for more options.
### Ansible
For automated installs with [Ansible](https://www.ansible.com/), there is the [Cloud Alchemy role](https://github.com/cloudalchemy/ansible-node-exporter).