some munin upgrades for squeeze
[mirror/dsa-puppet.git] / modules / munin-node / templates / munin-node.plugin.conf.erb
index b7f4767..6e9b783 100644 (file)
@@ -62,6 +62,11 @@ user root
 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"