some munin upgrades for squeeze
authorStephen Gran <steve@lobefin.net>
Sun, 13 Feb 2011 20:27:06 +0000 (20:27 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 13 Feb 2011 20:27:06 +0000 (20:27 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/templates/munin-node.conf.erb
modules/munin-node/templates/munin-node.plugin.conf.erb

index 231b1a2..8f55bf8 100644 (file)
@@ -12,7 +12,7 @@ log_file /var/log/munin/munin-node.log
 port 4949
 pid_file /var/run/munin/munin-node.pid
 background 1
-setseid 1
+setsid 1
 
 # Which port to bind to;
 host *
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"