From 139cd82875a348d063b7b0ef0e58caf258d989d9 Mon Sep 17 00:00:00 2001 From: do Date: Sun, 24 May 2020 14:11:35 +0200 Subject: [PATCH] ignoring tmpfs fs --- prometheus/node_exporter.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/node_exporter.sls b/prometheus/node_exporter.sls index b4d5b55..bbb73f5 100644 --- a/prometheus/node_exporter.sls +++ b/prometheus/node_exporter.sls @@ -15,5 +15,5 @@ prometheus: collector.textfile.directory: /tmp/textfile-collector 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|tmpfs)$ + collector.filesystem.ignored-fs-types: ^(nfs|cifs|glusterfs|autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs|tmpfs)$ no-collector.systemd: