mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Ignore virtual devices in collectd df plugin
This commit is contained in:
parent
67d237f403
commit
5ae91c0a77
@ -384,10 +384,11 @@ LoadPlugin xencpu
|
|||||||
</Plugin>
|
</Plugin>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<Plugin df>
|
<Plugin df>
|
||||||
# MountPoint "/home"
|
MountPoint "/dev"
|
||||||
|
MountPoint "/dev/shm"
|
||||||
# FSType "cgroup_root"
|
# FSType "cgroup_root"
|
||||||
Device "root"
|
Device "root"
|
||||||
Device "rootfs"
|
Device "overlay"
|
||||||
Device "cgroup_root"
|
Device "cgroup_root"
|
||||||
Device "shm"
|
Device "shm"
|
||||||
Device "devtmpfs"
|
Device "devtmpfs"
|
||||||
|
Loading…
Reference in New Issue
Block a user