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.
This script checks the available memory on a Linux system, it prints out the performance data too.
Current Version
1.1
Last Release Date
December 22, 2016
Owner
Antonino Abbate
Download URL
https://github.com/ninoabbate/nrpe-plugins/blob/master/check_avail_memory.sh
License
GPL
Requirements Nothing special, tools already bundled on every Linux system.
Usage ./check_avail_memory.sh -w <warning threshold> -c <critical threshold>
Output OK - if the available memory is above the warning and critical thresholds WARNING - if the available memory is under the warning threshold and it is above the critical threshold CRITICAL - if the available memory is under the critical threshold Example
$ ./check_avail_memory.sh -w 10 -c 5 OK - Available Memory = 89% | Available memory=89%;10;5;0;100
More info can be found here: https://github.com/ninoabbate/nrpe-plugins#check_avail_memory
You must be logged in to submit a review.
To:
From: