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
36799
Files:
FileDescription
check_linux_memcheck_linux_mem
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!
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)