fix missing telegraf data for /nsm

This commit is contained in:
m0duspwnens
2020-04-08 17:36:16 -04:00
committed by William Wernert
parent 48549cdd83
commit 38d4687b78

View File

@@ -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"]