diff options
-rwxr-xr-x | minimunin | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ CONFIGS=`/usr/bin/find ${CONFIG_DIR} -type f -exec /usr/bin/grep -v -e ^\# -e ^$ | |||
12 | 12 | ||
13 | main() { | 13 | main() { |
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 |