mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Ignore filesystem on node_exporter
This commit is contained in:
parent
28c2d14a02
commit
2c441c79bb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user