Improve autotest; fix prometheus node collector

This commit is contained in:
Jérôme Petazzoni
2017-10-31 11:10:39 -07:00
parent 9e5bab1a76
commit 1d5f4330c0
3 changed files with 5 additions and 5 deletions

View File

@@ -1006,9 +1006,9 @@ class: prom-manual
--mount type=bind,source=/sys,target=/host/sys \
--mount type=bind,source=/,target=/rootfs \
prom/node-exporter \
-collector.procfs /host/proc \
-collector.sysfs /host/proc \
-collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)"
--path.procfs /host/proc \
--path.sysfs /host/proc \
--collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)"
```
]