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_linux_mem

Rating
0 votes
Favoured:
0
Current Version
v1.0
Last Release Date
2009-02-01
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion
Owner
Hits
36494
Files:
FileDescription
check_linux_memcheck_linux_mem
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_linux_mem

checks the amount of system memory for a linux host

libexec/check_linux_mem

Usage: check_linux_mem WARNING CRITICAL
Where WARNING and CRITICAL are the integer only portions of the
percentage for the level desired.
(i.e. 85% Warning & 95% Critical should be input only as "85 95".)
check_linux_mem is a nagios plugin (libexec/check_linux_mem) that returns the amount of memory for a linux host. You can pass desired warning and critical values. It will exit with one of the standard nagios exit values.

Usage: check_linux_mem WARNING CRITICAL
Where WARNING and CRITICAL are the integer only portions of the
percentage for the level desired.
(i.e. 85% Warning & 95% Critical should be input only as "85 95".)

Exit values:
UNKNOWN=3 #(orange)
CRITICAL=2 #(red)
WARNING=1 #(yellow)
OK=0 #(green)