Updated patch to get the other directories which were filling up collectd diff --git a/roles/collectd/base/templates/collectd.conf.j2 b/roles/collectd/base/templates/collectd.conf.j2 index 91f5a63..0de9b40 100644 --- a/roles/collectd/base/templates/collectd.conf.j2 +++ b/roles/collectd/base/templates/collectd.conf.j2 @@ -39,6 +39,24 @@ LoadPlugin vmem IgnoreSelected false </Plugin> +<Plugin "interface"> + Interface "/^veth/" + IgnoreSelected true +</Plugin> + +<Plugin "df"> + Interface "/^df-var-lib-docker-containers-/" + Interface "/^df-var-lib-docker-overlay2-/" + Interface "/^df-run-user-/" + Interface "/^df-tmp-tweak/" + Interface "/^df-mnt-fedora_koji/" + Interface "/^df-var-lib-mock-fedora/" + Interface "/^df-tmp-iso-mount-/" + Interface "/^df-var-lib-origin-openshift/" + Interface "/^df-.*\.snapshot/" + IgnoreSelected true +</Plugin> + <Plugin hddtemp> TranslateDevicename false </Plugin> On 23 April 2018 at 21:14, Kevin Fenzi <kevin@xxxxxxxxx> wrote: > +1 to fix it. > > kevin > > > _______________________________________________ > infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx > -- Stephen J Smoogen. _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx