Files
telegraf/plugins/system/ps/disk/disk_linux.go
Simon Fraser f1af559f11 Filter disk stats by filesystem type, for Linux.
If we don't want to record the stats of NFS, tmpfs, /proc and
similar then specify:

fstypes = ["ext4", "xfs"]

In the config file.
2015-07-30 17:02:58 +01:00

2.7 KiB