Build precise queries to find exactly what you need
Press ESC to close
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:
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!