Added munin logging support.

This commit is contained in:
Hendrik van Wyk
2015-02-08 16:10:34 +02:00
parent 29d6e21b57
commit 2b63a81cec
5 changed files with 229 additions and 0 deletions

8
multiplusmunin.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
case $1 in
config)
curl --fail -s http://localhost:8080/muninconfig
exit $?;;
esac
curl --fail -s http://localhost:8080/munin