From 46371aaaf50bc1ab2ad061869367ad1867587eb3 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 9 Jun 2023 09:14:36 -0400 Subject: [PATCH] Monitor all mount points for simplicity --- salt/telegraf/etc/telegraf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/telegraf/etc/telegraf.conf b/salt/telegraf/etc/telegraf.conf index 596f40b88..1a6cdc311 100644 --- a/salt/telegraf/etc/telegraf.conf +++ b/salt/telegraf/etc/telegraf.conf @@ -113,7 +113,7 @@ [[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/nsm"] ## Ignore mount points by filesystem type. #ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]