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_freemem.sh

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2024-09-16
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
189
Files:
FileDescription
check_freemem.shcheck_freemem.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_freemem.sh
Simple script shell to monitor available RAM.
Simple script shell (dash) that shows total free RAM amount (currently print free -h command output).

note: remember to assign execute permission to the script (chmod +x check_freeram.sh)

=======

Usage: check_freemem.sh -w WarnRAMLevel -c CriticalRAMLevel

example => check_freemem.sh -w 20 -c 15
example => check_freemem.sh -w25 -c20


=arguments and default values if arg is missing=

-w = warning level of real free ram in Gb {def: 12}
-c = critical level of real free ram in Gb {def: 9}
-h = this help


.:: notes ::.

.: arguments order is not relevant
.: between argument and value can be a space or not
.: values are in Gb