summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2013-09-22 02:54:42 +0000
committererdgeist <>2013-09-22 02:54:42 +0000
commitb88482ae66d9afa163924ce136772401f466e158 (patch)
tree5e2bddb69119c724f186e115b8afd8eedcf5bf5c
parent2f94cce5fc69550bedc787658c013c6a571bf324 (diff)
munin expects the banner munin node... play it to them
-rwxr-xr-xminimunin2
1 files changed, 1 insertions, 1 deletions
diff --git a/minimunin b/minimunin
index f7f6d0b..050867c 100755
--- a/minimunin
+++ b/minimunin
@@ -12,7 +12,7 @@ CONFIGS=`/usr/bin/find ${CONFIG_DIR} -type f -exec /usr/bin/grep -v -e ^\# -e ^$
12 12
13main() { 13main() {
14 # print banner 14 # print banner
15 printf "# moonshell node at %s\n" `/bin/hostname` 15 printf "# munin node at %s\n" `/bin/hostname`
16 16
17 # read commands in loop 17 # read commands in loop
18 while read command arg; do 18 while read command arg; do