From 400739736debd8814731c668a173531885b33b63 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:02:23 -0500 Subject: [PATCH] add monitored mounts, ignores docker overlays --- salt/telegraf/etc/telegraf.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/salt/telegraf/etc/telegraf.conf b/salt/telegraf/etc/telegraf.conf index 533627bbd..4c2318c02 100644 --- a/salt/telegraf/etc/telegraf.conf +++ b/salt/telegraf/etc/telegraf.conf @@ -113,7 +113,13 @@ [[inputs.disk]] ## By default stats will be gathered for all mount points. ## Set mount_points will restrict the stats to only the specified mount points. - #mount_points = ["/", "/host/nsm"] + mount_points = ["/host", + "/host/nsm", + "/host/var", + "/host/var/log", + "/host/var/log/audit", + "/host/var/tmp" + ] ## Ignore mount points by filesystem type. #ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]