diff options
author | erdgeist <> | 2013-09-22 02:54:42 +0000 |
---|---|---|
committer | erdgeist <> | 2013-09-22 02:54:42 +0000 |
commit | b88482ae66d9afa163924ce136772401f466e158 (patch) | |
tree | 5e2bddb69119c724f186e115b8afd8eedcf5bf5c | |
parent | 2f94cce5fc69550bedc787658c013c6a571bf324 (diff) |
munin expects the banner munin node... play it to them
-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 |