Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_memcached IV
1.3
2013-09-16
GPL
100045
File | Description |
---|---|
check_memcached.l | Nagios plugin |
check_memcached.php | PNP4Nagios template |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
check_memcached will give a critical message if a partiular memcached host is inaccessible.
It will generate a warning (only) if the hit/miss ratio falls below a given threshold (default 2)
It will generate a warning (only) if the number of evictions exceeds a given limit (default 10)
Hit/miss and evictions are measured over a 30 minute interval, using a memcached object to store the earlier statistics.
Almost ALL other check_memcached plugins just quote the raw stats, which are measured from when the daemon was last started.
By distinction, this plugin measures the hit/miss ratio over a well-defined time-interval (by default the last 30 minutes)
The thresholds for the hit/miss ratio and eviction-rate may be specified on the command line.
The measurement time-interval may also be specified on the command line (this interval is also used for the performance data)
This plugin is written in C and also requires:
Flex: http://flex.sourceforge.net/
libmemcached: http://libmemcached.org/libMemcached.html
v1.3 added rate-based performance statistics for better pnp4nagios integration (-r option)
It will generate a warning (only) if the hit/miss ratio falls below a given threshold (default 2)
It will generate a warning (only) if the number of evictions exceeds a given limit (default 10)
Hit/miss and evictions are measured over a 30 minute interval, using a memcached object to store the earlier statistics.
Almost ALL other check_memcached plugins just quote the raw stats, which are measured from when the daemon was last started.
By distinction, this plugin measures the hit/miss ratio over a well-defined time-interval (by default the last 30 minutes)
The thresholds for the hit/miss ratio and eviction-rate may be specified on the command line.
The measurement time-interval may also be specified on the command line (this interval is also used for the performance data)
This plugin is written in C and also requires:
Flex: http://flex.sourceforge.net/
libmemcached: http://libmemcached.org/libMemcached.html
v1.3 added rate-based performance statistics for better pnp4nagios integration (-r option)
Reviews (0)
Be the first to review this listing!