Ignore virtual devices in collectd df plugin

This commit is contained in:
Antsiferov Grigory 2018-05-28 08:57:07 +03:00
parent 67d237f403
commit 5ae91c0a77

View File

@ -384,10 +384,11 @@ LoadPlugin xencpu
</Plugin>
{% endif %}
<Plugin df>
# MountPoint "/home"
MountPoint "/dev"
MountPoint "/dev/shm"
# FSType "cgroup_root"
Device "root"
Device "rootfs"
Device "overlay"
Device "cgroup_root"
Device "shm"
Device "devtmpfs"