projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6621cee
)
Add comment for /usr/sbin/munin-node-configure
author
Andy Witter
<awitter@georgialibraries.org>
Tue, 5 Nov 2013 14:52:03 +0000
(09:52 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Tue, 5 Nov 2013 14:52:03 +0000
(09:52 -0500)
templates/setup-functions
patch
|
blob
|
history
diff --git
a/templates/setup-functions
b/templates/setup-functions
index
d6f164f
..
3964b91
100644
(file)
--- a/
templates/setup-functions
+++ b/
templates/setup-functions
@@
-114,6
+114,9
@@
fi
## Munin on all servers.
if [ -e "/etc/munin" ]
then
+ echo
+ echo "Running /usr/sbin/munin-node-configure...."
+ sleep 2
/usr/sbin/munin-node-configure --suggest
fi
}