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
95329
Files:
FileDescription
check_rss_mem.zipcheck_rss_mem.zip
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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
#