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
7816
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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