1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 18:38:30 +00:00

Merge branch 'master' of github.com:munin-monitoring/contrib

This commit is contained in:
Matt West 2012-02-09 09:53:35 -08:00
commit 59f28e56ed
11 changed files with 461 additions and 27 deletions

View file

@ -43,7 +43,6 @@ shopt -s extglob
EJCTL=$(which ejabberdctl)
EJVER=$($EJCTL status | awk '/^ejabberd / {print $2}')
MUNIN_DEBUG=${MUNIN_DEBUG:-0}
if [ "$1" == "autoconf" ]; then
if [ -x $EJCTL > /dev/null ]; then

View file

@ -5,7 +5,7 @@
# sample config in /etc/munin/plugin-conf.d/riak
#
# [riak_*]
# RIAK_URL=http://127.0.0.1:8091/stats
# env.RIAK_URL http://127.0.0.1:8091/stats
# any questions to fygrave at o0o dot nu
#
# This plugin monitors memory allocation on each node.

View file

@ -4,7 +4,7 @@
# sample config in /etc/munin/plugin-conf.d/riak
#
# [riak_*]
# RIAK_URL=http://127.0.0.1:8091/stats
# env.RIAK_URL http://127.0.0.1:8091/stats
# any questions to fygrave at o0o dot nu
#
# This plugin monitors put/get rate at each node.

View file

@ -104,7 +104,7 @@ else
// this is for munin's configuration tool
// could do something more complicated here
if(count($argv) == 2 && $arv[1] == 'authconf') {
if(count($argv) == 2 && $argv[1] == 'autoconf') {
exit('yes');
}