Home Directory Plugins Operating Systems Solaris Check Reserved Memory for Solaris

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 Reserved Memory for Solaris

Current Version
1.0
Last Release Date
2009-12-16
Compatible With
  • Nagios 2.x
  • Nagios 3.x
Owner
Hits
95520
Files:
FileDescription
check_rss_mem.zipcheck_rss_mem.zip
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 Reserved Memory for Solaris
#===============================================================================
#
# 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
#