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 nevenc:
http://wiki.apache.org/tomcat/FAQ/Monitoring?action=diff&rev1=14&rev2=15

  
  Other plug-in-based monitoring software like Nagios or 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.
  
+ = Exposing Tomcat application internals using JMX =
+ 
+ It is possible to write custom MBeans that expose your Tomcat application 
internals through JMX. User-defined MBeans need to be registered with Tomcat 
MBean server. Once registered, user can access MBean and observe user-defined 
attributes and call user-defined operations, e.g.
+ 
+  * JMX Bean: `Counter:type=CounterManager`
+  * Attributes: `currentTime`, `currentCount`
+  * Operations: `resetCounter`, `resetCounter(int)`
+ 
+ [[Example Application Exposing Internals Using JMX]]
+ 
  ----
  [[CategoryFAQ]]
  

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

Reply via email to