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:
commit
59f28e56ed
11 changed files with 461 additions and 27 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue