Re: Multiple catalina bases and monitoring each instance

2010-04-26 Thread Leon Rosenberg
On Fri, Apr 23, 2010 at 7:54 PM, Ziggy wrote: > Hi, > > I was refering to monitoring things like database connections, active > threads or sessions etc. > > Thanks if you want to have monitoring from outside the jvm, go for nagios/munin/big brother/sister or whatever. If you want to monitoring fr

Re: Multiple catalina bases and monitoring each instance

2010-04-23 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ziggy, On 4/23/2010 1:54 PM, Ziggy wrote: I was refering to monitoring things like database connections, active threads or sessions etc. Nagios does JMX, which can expose all of that information. Or, you can write your

Re: Multiple catalina bases and monitoring each instance

2010-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ziggy, On 4/23/2010 1:54 PM, Ziggy wrote: > I was refering to monitoring things like database connections, active > threads or sessions etc. Nagios does JMX, which can expose all of that information. Or, you can write your own JMX client to do the sa

Re: Multiple catalina bases and monitoring each instance

2010-04-23 Thread Ziggy
Hi, I was refering to monitoring things like database connections, active threads or sessions etc. Thanks On Fri, Apr 23, 2010 at 11:50 AM, Harry Metske wrote: > It depends on what you mean with "monitor". > We use nagios (http://www.nagios.org) to monitor multiple Tomcat > instances. > You can

Re: Multiple catalina bases and monitoring each instance

2010-04-23 Thread Harry Metske
It depends on what you mean with "monitor". We use nagios (http://www.nagios.org) to monitor multiple Tomcat instances. You can do a plain check for an open socket, or call Tomcat's jmx proxy over http(s) to query Tomcat's mbeans. regards, Harry 2010/4/23 Ziggy > Hi guys, > > Is there a way to

Re: Multiple catalina bases and monitoring each instance

2010-04-23 Thread Pid
On 23/04/2010 11:00, Ziggy wrote: > Hi guys, > > Is there a way to monitor multiple tomcat instances? I have managed to > configure multiple tomcat instances using $CATALINA_BASE but i cant seem to > be able to find a way to monitor the instances. I know about the tomcat > manager, admin and the T

Multiple catalina bases and monitoring each instance

2010-04-23 Thread Ziggy
Hi guys, Is there a way to monitor multiple tomcat instances? I have managed to configure multiple tomcat instances using $CATALINA_BASE but i cant seem to be able to find a way to monitor the instances. I know about the tomcat manager, admin and the Tomcat Probe/lambda applications. These will al