Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_memory
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 memory by parsing the free(1) command. Allows normal and percent thresholds.
This plugin exclude the system cache and buffer, because on some system with very stable memory usage it is perfectly normal for system cache to fill in all available memory (most of it can be freed at any time if applications requires it). Please keep a margin for system cache and buffers when setting thresholds.
Usage: check_memory [ -w ] [ -c ] [ -u ]
WARNING: the regular threshold format is following the Nagios-plugins thresholds; so if you specify a single number if will warn when free memory is higher than the threshold. If you want to alert at 100 MB free you will have to use "@100" or "100:". See the following URL for more details:
http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT
Ex: Warning when there is less than 100 MB free and critical when there is less than 1% free:
./check_memory -w 100: -c 1%
Requires Nagios::Plugin and /usr/bin/free (edit the plug-in if you have a different path for free(1).
This plugin exclude the system cache and buffer, because on some system with very stable memory usage it is perfectly normal for system cache to fill in all available memory (most of it can be freed at any time if applications requires it). Please keep a margin for system cache and buffers when setting thresholds.
Usage: check_memory [ -w
WARNING: the regular threshold format is following the Nagios-plugins thresholds; so if you specify a single number if will warn when free memory is higher than the threshold. If you want to alert at 100 MB free you will have to use "@100" or "100:". See the following URL for more details:
http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT
Ex: Warning when there is less than 100 MB free and critical when there is less than 1% free:
./check_memory -w 100: -c 1%
Requires Nagios::Plugin and /usr/bin/free (edit the plug-in if you have a different path for free(1).
Reviews (0)
Be the first to review this listing!