From b88482ae66d9afa163924ce136772401f466e158 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 22 Sep 2013 02:54:42 +0000 Subject: munin expects the banner munin node... play it to them --- minimunin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ^$ main() { # print banner - printf "# moonshell node at %s\n" `/bin/hostname` + printf "# munin node at %s\n" `/bin/hostname` # read commands in loop while read command arg; do -- cgit v1.2.3