[collectd] We collect a lot of data on directories which are transient. Drop it

This commit is contained in:
Stephen Smoogen 2019-04-11 21:56:37 +00:00
parent 919e9382b3
commit 292e3a0b4c

View file

@ -46,6 +46,11 @@ LoadPlugin vmem
<Plugin "df">
MountPoint "^/.*/.snapshot/"
MountPoint "^/var/lib/containers/storage/overlay/.*/merged/"
MountPoint "^/var/lib/containers/docker/devicemapper/.*/.*/"
MountPoint "^/var/lib/origin/openshift.local.volumes.*"
MountPoint "^/run/containers/storage/overlay-containers/.*"
FSType "shm"
FSType "tmpfs"
FSType "overlay"
IgnoreSelected true