mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-19 07:16:49 +00:00
Improve autotest; fix prometheus node collector
This commit is contained in:
@@ -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)($|/)"
|
||||
```
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user