update node exporter ignored mount points
This commit is contained in:
parent
806d49c002
commit
52be9f7567
@ -44,7 +44,8 @@ services:
|
|||||||
command:
|
command:
|
||||||
- '--path.procfs=/host/proc'
|
- '--path.procfs=/host/proc'
|
||||||
- '--path.sysfs=/host/sys'
|
- '--path.sysfs=/host/sys'
|
||||||
- '--collector.filesystem.ignored-mount-points="^/(sys|proc|dev|host|etc)($$|/)"'
|
- --collector.filesystem.ignored-mount-points
|
||||||
|
- "^/(sys|proc|dev|host|etc|rootfs/var/lib/docker/containers|rootfs/var/lib/docker/overlay2)($$|/)"
|
||||||
ports:
|
ports:
|
||||||
- 9100:9100
|
- 9100:9100
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user