aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-07-16 18:30:19 +0200
committerGitHub <noreply@github.com>2018-07-16 18:30:19 +0200
commit354115511c61c71a46eacf541908f6fb75a63c9a (patch)
tree0d720e2c33dfd49b975f77b923e3ec6699b8618e /README.md
parent7e4d9bd1501f315504808d70ac5e80d77fd7660c (diff)
downloadprometheus_node_collector-354115511c61c71a46eacf541908f6fb75a63c9a.tar.bz2
prometheus_node_collector-354115511c61c71a46eacf541908f6fb75a63c9a.tar.xz
prometheus_node_collector-354115511c61c71a46eacf541908f6fb75a63c9a.zip
Add note about SYS_TIME capability for Docker. (#1001)
Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 817bad9..674e058 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,9 @@ docker run -d \
152 quay.io/prometheus/node-exporter 152 quay.io/prometheus/node-exporter
153``` 153```
154 154
155On some systems, the `timex` collector requires an additional Docker flag,
156`--cap-add=SYS_TIME`, in order to access the required syscalls.
157
155## Using a third-party repository for RHEL/CentOS/Fedora 158## Using a third-party repository for RHEL/CentOS/Fedora
156 159
157There 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/). It closely follows upstream releases.