node_exporter ignoring stuff

This commit is contained in:
do
2020-02-23 20:01:48 +01:00
parent 90c2d6073e
commit d5fb161533

View File

@@ -10,5 +10,8 @@ prometheus:
service:
node_exporter:
args:
web.listen-address: ":9100"
# collector.textfile.directory: /var/tmp/node_exporter
web.listen-address: :9100
collector.textfile.directory: /var/tmp/node_exporter
collector.diskstats.ignored-devices: ^(ram|loop|fd)\d+$
collector.filesystem.ignored-mount-points: ^/(sys|proc|dev|run)($|/)
collector.filesystem.ignored-fs-types: ^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$