X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Ftemplates%2Fmunin-node.plugin.conf.erb;h=ae8da95b0fc92fc3855403b740b2c3a4f77dbdf4;hb=98cc1565e7617f01f3afdb1917792efee7ca11ca;hp=5fa99b9dbe23294c4a900f3e54ad13174aba30b3;hpb=0950f5cc7cbced645e828ea313cd1e20b72327b8;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/templates/munin-node.plugin.conf.erb b/modules/munin/templates/munin-node.plugin.conf.erb index 5fa99b9db..ae8da95b0 100644 --- a/modules/munin/templates/munin-node.plugin.conf.erb +++ b/modules/munin/templates/munin-node.plugin.conf.erb @@ -101,9 +101,9 @@ out [diskstats] env.exclude sbuild,schroot -# filter out all the short-lived sbuild/schroot/piuparts filesystems for df*: +# filter out all the short-lived filesystems for df*: [df*] -env.exclude_re ^/srv/piuparts-workspace/tmp.*$ ^/var/lib/schroot/mount/.*$ +env.exclude_re ^/dev$ ^/run/.*$ ^/srv/piuparts-workspace/tmp.*$ ^/sys/.*$ ^/var/lib/schroot/mount/.*$ <% if scope.lookupvar('site::nodeinfo')['ldap'].has_key?('architecture') and scope.lookupvar('site::nodeinfo')['ldap']['architecture'][0].start_with?('kfreebsd') -%> # Workaround for https://bugs.debian.org/767102