Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Your review has been submitted and is pending approval.
Checks the ram usage on the local machine, good for remote checks using nrpe. Works on 32-bit and 64-bit Linux systems.
Current Version
Last Release Date
June 17, 2009
Owner
Nagios Exchange
Website
http://www.harisekhon.com/nagios
Download URL
https://exchange.nagios.org/wp-content/uploads/project-files/2009/06/check_ram.txt
version 0.1
Just run it. The help displays all the necessary details, it follows the standards of all the other nagios plugins.
Any comments, suggestions or requests to hpsekhon(at)googlemail.com
I have made some chalges on lines between lines 68-88 to add PerfData : if percent == True: percentage_free = int( float(total_free) / float(memtotal) * 100 ) if percentage_free _threshold) return CRITICAL elif percentage_free %d MB used)|percent_free_ram=%d;%d;%d" % (percentage_free,total_used_megs,memtotal_megs,percentage_free,warning_threshold,critical_threshold) return WARNING else: print "RAM OK: %d%% ram free|percent_free_ram=%d;%d;%d" % (percentage_free,percentage_free,warning_threshold,critical_threshold) return OK else: if total_free return WARNING else: print "RAM OK: %dMB ram free|free_ram=%d;" % (total_free_megs,total_free_megs) return OK
You must be logged in to submit a review.
To:
From: