Added munin logging support.
This commit is contained in:
8
multiplusmunin.sh
Executable file
8
multiplusmunin.sh
Executable 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
|
||||
Reference in New Issue
Block a user