update node exporter ignored mount points

This commit is contained in:
llitfkitfk 2017-11-14 12:24:56 +08:00
parent 806d49c002
commit 52be9f7567
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ services:
command:
- '--path.procfs=/host/proc'
- '--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:
- 9100:9100
networks: