Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_avail_memory

Rating
0 votes
Favoured:
0
Current Version
1.1
License
GPL
Hits
7436
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This script checks the available memory on a Linux system, it prints out the performance data too.
Requirements
Nothing special, tools already bundled on every Linux system.

Usage
./check_avail_memory.sh -w -c

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