You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Apache Wiki <wi...@apache.org> on 2012/12/27 23:43:45 UTC

[Tomcat Wiki] Update of "FAQ/Monitoring" by ChristopherSchultz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.

The "FAQ/Monitoring" page has been changed by ChristopherSchultz:
http://wiki.apache.org/tomcat/FAQ/Monitoring?action=diff&rev1=7&rev2=8

Comment:
Added JNDI DataSource JMX Bean and attributes

   * JMX Bean: `Catalina:type=Manager,context=[context name],host=[hostname]`
   * Attributes: `activeSessions`
  
+ 
+ === JNDI DataSource ===
+ 
+  * JMX Bean: `Catalina:type=DataSource,context=/[context name],host=[hostname],class=javax.sql.DataSource,name="[JNDI name]"
+  * Attributes: `numActive`, `numIdle`
+ 
  = External Monitoring Tools =
  
  Plug-in-based monitoring software like Nagios and Icinga may need some help interacting with Tomcat's JMXProxyServlet. [[tools/check_jmxproxy.pl]] is a Perl script that can be used with these tools to monitor Tomcat via the JMXProxyServlet.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org