aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Banchich <andrewbanchich@gmail.com>2018-10-03 03:03:25 -0400
committerBen Kochie <superq@gmail.com>2018-10-03 09:03:25 +0200
commit5da107b02c658d269886260710d1a0563154e49f (patch)
tree83f3ab19b503c0073129eb03899ec1392eae67c6
parent9f820bd3eee287f9124a5c3e66296ec03105be9d (diff)
downloadprometheus_node_collector-5da107b02c658d269886260710d1a0563154e49f.tar.bz2
prometheus_node_collector-5da107b02c658d269886260710d1a0563154e49f.tar.xz
prometheus_node_collector-5da107b02c658d269886260710d1a0563154e49f.zip
Add missing words and update markdown syntax (#1095)
Signed-off-by: Andrew Banchich <andrewbanchich@gmail.com>
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 674e058..b3940c5 100644
--- a/README.md
+++ b/README.md
@@ -140,9 +140,9 @@ To see all available configuration flags:
140 140
141 141
142## Using Docker 142## Using Docker
143The node\_exporter is designed to monitor the host system. It's not recommended 143The `node_exporter` is designed to monitor the host system. It's not recommended
144to deploy it as Docker container because it requires access to the host system. 144to deploy it as a Docker container because it requires access to the host system.
145Be aware that any non-root mount points you want to monitor will need bind-mounted 145Be aware that any non-root mount points you want to monitor will need to be bind-mounted
146into the container. 146into the container.
147 147
148```bash 148```bash
@@ -157,7 +157,7 @@ On some systems, the `timex` collector requires an additional Docker flag,
157 157
158## Using a third-party repository for RHEL/CentOS/Fedora 158## Using a third-party repository for RHEL/CentOS/Fedora
159 159
160There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/). It closely follows upstream releases. 160There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/) which closely follows upstream releases.
161 161
162[travis]: https://travis-ci.org/prometheus/node_exporter 162[travis]: https://travis-ci.org/prometheus/node_exporter
163[hub]: https://hub.docker.com/r/prom/node-exporter/ 163[hub]: https://hub.docker.com/r/prom/node-exporter/