Ignore some more temporary docker devices in collectd.conf.tpl

This commit is contained in:
Antsiferov Grigory 2018-05-28 08:36:55 +03:00
parent 9f28b971b2
commit 67d237f403

View File

@ -384,14 +384,13 @@ LoadPlugin xencpu
</Plugin>
{% endif %}
<Plugin df>
# Device "/dev/hda1"
# Device "192.168.0.2:/mnt/nfs"
# MountPoint "/home"
# FSType "cgroup_root"
# MountPoint "/home"
# FSType "cgroup_root"
Device "root"
Device "rootfs"
Device "cgroup_root"
Device "shm"
Device "devtmpfs"
Device "rootfs"
Device "/^docker-.+/"
Device "/^mapper_docker-.+/"
IgnoreSelected true
@ -453,7 +452,8 @@ LoadPlugin xencpu
{% endif %}
<Plugin interface>
Interface "/^veth.+/"
Interface "/^veth-.+/"
Interface "/^br-.+/"
IgnoreSelected true
</Plugin>