Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check memory plugin by parsing /proc/meminfo and taking Cached mem into consideration
Current Version
Last Release Date
June 16, 2009
Owner
Nagios Exchange
Initial version
This plugin is written in Python (no 'special' modules needed, just optparse and sys) and parses the output of /proc/meminfo. Unlike some other plugins that check memory, this one also takes cached memory into consideration and adds that to the available FreeMem. This plugin doesn't take Swap memory into consideration. There are other plugins that do that and IMHO if the hosts starts to swap, there's already a problem.
This plugin correctly reports Nagios plugin check results. For a quick description use the plugin from the commandline: ./check_mem.py --help
if int(options.crit_threshold) >= int(options.warn_threshold): print "UNKNOWN: Critical percentage can't be equal to or bigger than warning percentage." Should it not be the opposite?
I tested this plugin on fedora 18. Plugin works well.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!