From 9d399027c5b7a0f0255a8d37992b9631f6d91a80 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 13 Feb 2011 20:27:06 +0000 Subject: [PATCH 1/1] some munin upgrades for squeeze Signed-off-by: Stephen Gran --- modules/munin-node/templates/munin-node.conf.erb | 2 +- modules/munin-node/templates/munin-node.plugin.conf.erb | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/munin-node/templates/munin-node.conf.erb b/modules/munin-node/templates/munin-node.conf.erb index 231b1a25..8f55bf89 100644 --- a/modules/munin-node/templates/munin-node.conf.erb +++ b/modules/munin-node/templates/munin-node.conf.erb @@ -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 * diff --git a/modules/munin-node/templates/munin-node.plugin.conf.erb b/modules/munin-node/templates/munin-node.plugin.conf.erb index b7f4767f..6e9b7836 100644 --- a/modules/munin-node/templates/munin-node.plugin.conf.erb +++ b/modules/munin-node/templates/munin-node.plugin.conf.erb @@ -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" -- 2.39.2