Add missing words and update markdown syntax (#1095)
Signed-off-by: Andrew Banchich <andrewbanchich@gmail.com>
This commit is contained in:
parent
9f820bd3ee
commit
5da107b02c
|
@ -140,9 +140,9 @@ To see all available configuration flags:
|
||||||
|
|
||||||
|
|
||||||
## Using Docker
|
## Using Docker
|
||||||
The node\_exporter is designed to monitor the host system. It's not recommended
|
The `node_exporter` is designed to monitor the host system. It's not recommended
|
||||||
to deploy it as Docker container because it requires access to the host system.
|
to deploy it as a Docker container because it requires access to the host system.
|
||||||
Be aware that any non-root mount points you want to monitor will need bind-mounted
|
Be aware that any non-root mount points you want to monitor will need to be bind-mounted
|
||||||
into the container.
|
into the container.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -157,7 +157,7 @@ On some systems, the `timex` collector requires an additional Docker flag,
|
||||||
|
|
||||||
## Using a third-party repository for RHEL/CentOS/Fedora
|
## Using a third-party repository for RHEL/CentOS/Fedora
|
||||||
|
|
||||||
There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/). It closely follows upstream releases.
|
There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/) which closely follows upstream releases.
|
||||||
|
|
||||||
[travis]: https://travis-ci.org/prometheus/node_exporter
|
[travis]: https://travis-ci.org/prometheus/node_exporter
|
||||||
[hub]: https://hub.docker.com/r/prom/node-exporter/
|
[hub]: https://hub.docker.com/r/prom/node-exporter/
|
||||||
|
|
Loading…
Reference in New Issue