From 38d4687b78305ed7c86aa762a02660135873f16e Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 8 Apr 2020 17:36:16 -0400 Subject: [PATCH] fix missing telegraf data for /nsm --- salt/common/telegraf/etc/telegraf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/telegraf/etc/telegraf.conf b/salt/common/telegraf/etc/telegraf.conf index 5b3a9ce55..f65d826f0 100644 --- a/salt/common/telegraf/etc/telegraf.conf +++ b/salt/common/telegraf/etc/telegraf.conf @@ -498,7 +498,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 = ["/","/nsm"] + mount_points = ["/", "/host/nsm"] ## Ignore mount points by filesystem type. #ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]