mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Ignore some more temporary docker devices in collectd.conf.tpl
This commit is contained in:
parent
9f28b971b2
commit
67d237f403
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user