Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_linux_mem
v1.0
2009-02-01
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios XI
- Nagios Fusion
36799
File | Description |
---|---|
check_linux_mem | check_linux_mem |
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!
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)
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)
Reviews (0)
Be the first to review this listing!