aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCalle Pettersson <carlpett@users.noreply.github.com>2017-08-12 15:07:24 +0200
committerBen Kochie <superq@gmail.com>2017-08-12 15:07:24 +0200
commitdfe07eaae84b205873567ad95cdb83b52a5243df (patch)
tree5492eb4ef850037f9cbb59227a39a255590574cc /README.md
parent1467d845fbed398e54f5c28d8bdb3060c64ae3fa (diff)
downloadprometheus_node_collector-dfe07eaae84b205873567ad95cdb83b52a5243df.tar.bz2
prometheus_node_collector-dfe07eaae84b205873567ad95cdb83b52a5243df.tar.xz
prometheus_node_collector-dfe07eaae84b205873567ad95cdb83b52a5243df.zip
Switch to kingpin flags (#639)
* Switch to kingpin flags * Fix logrus vendoring * Fix flags in main tests * Fix vendoring versions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7c545ae..85d7789 100644
--- a/README.md
+++ b/README.md
@@ -135,9 +135,9 @@ docker run -d -p 9100:9100 \
135 -v "/:/rootfs:ro" \ 135 -v "/:/rootfs:ro" \
136 --net="host" \ 136 --net="host" \
137 quay.io/prometheus/node-exporter \ 137 quay.io/prometheus/node-exporter \
138 -collector.procfs /host/proc \ 138 --collector.procfs /host/proc \
139 -collector.sysfs /host/sys \ 139 --collector.sysfs /host/sys \
140 -collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)" 140 --collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)"
141``` 141```
142 142
143Be aware though that the mountpoint label in various metrics will now have 143Be aware though that the mountpoint label in various metrics will now have