Hi, We solved this with script.
But I'm a bit confused regarding what a misses threshold is suppose to tell me. Contrary to hits/misses with fixed polling intervals that is stored to compare previous run with current run. Which does catch a sudden decrease in hits/misses ratio. /p On Mon, May 30, 2011 at 7:17 AM, quanta <[email protected]> wrote: > In my opinion, you shouldn't check the sudden increase in misses. > You should check the get_misses value and alert when it is greater than > a threshold. > > $ echo "stats" | nc -w 1 <host> <port> | awk '/get_misses/ { print $3 }' > > On 12/09/2010 11:55 PM, Pär Åslund wrote: >> Hi, >> >> I'm searching for a nagios check that looks at hits and misses. >> >> Been using check_memcached for checking memcached status and right now >> I will continue to do that checking that memcached is answering and >> got free memory. >> >> However, the issue with check_memcached is that it's looking at the >> hits/misses ratio since start up of the memcached-process. >> Whereas I need to know if a sudden increase in misses instead between >> polls has occured. >> >> Is anyone familiar with a such check for Nagios? >> >> Best regards, >> -p >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Nagios-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/nagios-users >> ::: Please include Nagios version, plugin version (-v) and OS when reporting >> any issue. >> ::: Messages without supporting info will risk being sent to /dev/null > > ------------------------------------------------------------------------------ > vRanger cuts backup time in half-while increasing security. > With the market-leading solution for virtual backup and recovery, > you get blazing-fast, flexible, and affordable data protection. > Download your free trial now. > http://p.sf.net/sfu/quest-d2dcopy1 > _______________________________________________ > Nagios-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when reporting > any issue. > ::: Messages without supporting info will risk being sent to /dev/null ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
