From 6621cee929428fbe4ad7accf510d3cedbbfe4849 Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Tue, 5 Nov 2013 09:50:29 -0500 Subject: [PATCH] Add /usr/sbin/munin-node-configure --suggest for munin --- templates/setup-functions | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/setup-functions b/templates/setup-functions index 30b14d0..d6f164f 100644 --- a/templates/setup-functions +++ b/templates/setup-functions @@ -109,4 +109,11 @@ then else echo "Cannot install crontab for munin" fi + + +## Munin on all servers. +if [ -e "/etc/munin" ] +then + /usr/sbin/munin-node-configure --suggest +fi } -- 2.11.0