Ignore filesystem on node_exporter

This commit is contained in:
CarlosEDP 2018-05-21 16:53:39 -05:00
parent 28c2d14a02
commit 2c441c79bb

View File

@ -25,6 +25,8 @@ spec:
#- "--web.listen-address=0.0.0.1:9100" #- "--web.listen-address=0.0.0.1:9100"
- "--path.procfs=/host/proc" - "--path.procfs=/host/proc"
- "--path.sysfs=/host/sys" - "--path.sysfs=/host/sys"
- "--collector.filesystem.ignored-mount-points"
- '^(\/(host|root)\/sys\/kernel\/debug\/).*'
name: node-exporter name: node-exporter
ports: ports:
- containerPort: 9100 - containerPort: 9100