X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fmunin%2Ftemplates%2Fmunin-node.plugin.conf.erb;h=ac02b0eea0302adf386e1ca76e4523f50fdae0cc;hb=90d7596ee685a019f28e1af474c52b121ca37161;hp=87c41decae5445a5c19ab52ba23ea6e57766906b;hpb=fbc97990bd45935b7b78996b16fc583a52c15981;p=dsa-puppet.git diff --git a/modules/munin/templates/munin-node.plugin.conf.erb b/modules/munin/templates/munin-node.plugin.conf.erb index 87c41dec..ac02b0ee 100644 --- a/modules/munin/templates/munin-node.plugin.conf.erb +++ b/modules/munin/templates/munin-node.plugin.conf.erb @@ -100,3 +100,9 @@ out # filter out all the short-lived sbuild/schroot filesystems for diskstats: [diskstats] env.exclude sbuild,schroot + +<% 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 +[df*] +env.exclude devfs fdescfs linprocfs sysfs noprocfs linsysfs nfs nullfs +<% end %>