Subject: | Bug in the command description |
Date: | Mon, 23 Feb 2009 10:23:39 +0100 |
To: | bug-nagios-plugins-memcached [...] rt.cpan.org |
From: | Lukasz Bytnar <lbytnar [...] arces.net> |
there is
### check cache hit ratio(get_hits/cmd_get[%]) for memcached
define command {
command_name check_memcached_hit
command_line /usr/bin/check_memcached -H $HOSTADDRESS$
--hit-warning 40 --size-critical 20
}
there should be
### check cache hit ratio(get_hits/cmd_get[%]) for memcached
define command {
command_name check_memcached_hit
command_line /usr/bin/check_memcached -H $HOSTADDRESS$
--hit-warning 40 --hit-critical 20
}
--
Kind Regards
Lukasz Bytnar