From a5ddc65d13436d8ed8fbafc620ceb495f2c239df Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 22 Jul 2021 16:38:25 -0400 Subject: [PATCH] try to get collectd from using 50+GB for random things which will not live for verylong --- roles/collectd/base/templates/collectd.conf.j2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/collectd/base/templates/collectd.conf.j2 b/roles/collectd/base/templates/collectd.conf.j2 index e37e724bee..396728b0f0 100644 --- a/roles/collectd/base/templates/collectd.conf.j2 +++ b/roles/collectd/base/templates/collectd.conf.j2 @@ -42,9 +42,8 @@ LoadPlugin vmem - Interface "/^veth/" - Interface "/^vnet/" - Interface "/vnet/" + Interface "/^veth*" + Interface "/^vnet.*" IgnoreSelected true @@ -55,7 +54,7 @@ LoadPlugin vmem MountPoint "^/var/lib/containers/docker/.*" MountPoint "^/var/lib/containers/storage/.*" MountPoint "^/var/lib/docker/.*" - MountPoint "^/var/lib/origin/.*" + MountPoint "^/var/lib/origin.*" FSType "shm" FSType "tmpfs" FSType "overlay"