summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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