Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Reserved Memory for Solaris
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!
#===============================================================================
#
# FILE: check_rss_mem.pl
#
# USAGE: ./check_rss_mem.pl -w [warning] -c [critical]
#
# DESCRIPTION: Nagios Plugin - Check Reserved Memory for Solaris
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# LICENSE: This Nagios module is under GPLv2 License
# AUTHOR: Pierre Mavro (), pierre@mavro.fr
# COMPANY:
# VERSION: 1.0
# CREATED: 07/12/2009 09:18:41
# REVISION: ---
#===============================================================================
#
# Usage : check_mem_rss.pl -w warn -c critical
# -w : Warning at a percentage number of unfree ram
# -c : Critical at a percentage number of unfree ram
#
# example : ./check_mem_rss.pl -w 80 -c 90
#
#
# FILE: check_rss_mem.pl
#
# USAGE: ./check_rss_mem.pl -w [warning] -c [critical]
#
# DESCRIPTION: Nagios Plugin - Check Reserved Memory for Solaris
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# LICENSE: This Nagios module is under GPLv2 License
# AUTHOR: Pierre Mavro (), pierre@mavro.fr
# COMPANY:
# VERSION: 1.0
# CREATED: 07/12/2009 09:18:41
# REVISION: ---
#===============================================================================
#
# Usage : check_mem_rss.pl -w warn -c critical
# -w : Warning at a percentage number of unfree ram
# -c : Critical at a percentage number of unfree ram
#
# example : ./check_mem_rss.pl -w 80 -c 90
#
Reviews (0)
Be the first to review this listing!