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_tomcatSessions_01b3

Rating
0 votes
Favoured:
0
Current Version
0.1 beta 3
Last Release Date
2010-02-17
Compatible With
  • Nagios 3.x
Owner
Hits
36797
Files:
FileDescription
check_tomcatSessions.shcheck_tomcatSessions.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
DO NO USE THIS - This plugin checks the number of active sessions of a specific context or total sessions number on the server.
This plugin checks the number of active sessions of a specific context or total sessions number on the server.


Tomcat server should have management context (/manager/html) enabled.
runtime prerequisites: bash,basename,awk,wget

Usage: check_tomcatSessios.sh [ -H hostname or IP address ] [ -P port ] [ -u username ] [ -p password ] [ -s session_name ] [ -w warning ] [ -c critical ]

If session_name is omitted (default) then the total number of sessions is calculated

DEFAULTS
hostname=localhost
port=8080
username=Administrator
password=password
session_name=
warning=100
critical=400