]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin-node/templates/munin-node.plugin.conf.erb
(www) Add redirections for some old Refresh hacks
[dsa-puppet.git] / modules / munin-node / templates / munin-node.plugin.conf.erb
index fbf153977797765968d3ac237d636f14a273d937..73ffb46213fcc65116df46ad33c10a2256daddd6 100644 (file)
@@ -55,10 +55,18 @@ user nobody
 [ip_*]
 user root
 
+[ip6_*]
+user root
+
 [mysql*]
 user root
 env.mysqlopts --defaults-extra-file=/etc/mysql/debian.cnf
 
+[df*]
+env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs
+env.warning 92
+env.critical 98
+
 <%=
 out = ""
 if has_variable?("mta") and mta == "postfix"
@@ -86,11 +94,15 @@ user root
 group maillog
 
 [bind*]
+group bind
 <%=
 out = case hostname
-  when "geo1","geo2","geo3","raff" then "group bind
-env.logfile /var/log/bind9/geoip-query.log"
-  else "group adm"
+  when "geo1","geo2","geo3" then "env.logfile /var/log/bind9/geoip-query.log"
+  else "env.logfile /var/log/bind9/named-query.log"
 end
 out
 %>
+
+# filter out all the short-lived sbuild/schroot filesystems for diskstats:
+[diskstats]
+env.exclude sbuild,schroot