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_tomcat (bash)

Rating
0 votes
Favoured:
0
Current Version
1.3.0
Last Release Date
2016-03-23
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
13166
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_tomcat (plugin for Nagios)

The 'check_tomcat' script is designed to monitor Apache Tomcat through JMX Proxy Servlet in combination with 'check_by_ssh' plugin. The first step is to ensure that the central Nagios server is able to connect to the remote host via SSH in a manner that does not require a password. The second step is to ensure that the user executing 'check_tomcat' plugin has read permissions on "${CATALINA_BASE}/conf/tomcat-users.xml" file. Finally, to access JMX proxy interface requires at least one user with the role manager-jmx and whose password is not encrypted.

The 'check_tomcat' script has four different check types and each monitors the following metrics:

· apps: activeSessions
· memory: HeapMemoryUsage, NonHeapMemoryUsage
· pools: numActive
· threads: currentThreadsBusy

Check types 'memory' and 'threads' return performance data in their output (others return null).

This plugin has been tested with Apache Tomcat 6.x and 7.x (forward compatibility not guaranteed).

More information in README: https://github.com/sabakukyu/nagios-check_tomcat/blob/v1.3.0/README.md

Joaquín José García Cañas (https://github.com/sabakukyu)