From 0cc04d6d94e90bd01d823e3bdd954c808d351088 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sun, 31 Jan 2021 17:42:49 +0100 Subject: [PATCH] Mention the default listening port in the README. Related to https://github.com/prometheus/node_exporter/pull/1948 Signed-off-by: Ben Kochie --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9405fa3e..38ff4edf 100644 --- a/README.md +++ b/README.md @@ -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).