Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-15 Thread Seth Ladd
Dave Morrow wrote: Thanks Seth. I have been reading the documentation on it and it looks like it will give me what I am seeking. One question though, to save time, you wouldn't happen to know where I might find a list of OID's which I could point MRTG at? Just search for JVM MIB on google,

RE: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-14 Thread Dave Morrow
PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Seth Ladd [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 10:41 PM To: Tomcat Users List Subject: Re: Monitor Tomcat with SNMP (MRTG etc)? Dave Morrow wrote: Does anyone know how to use SNMP tools to monitor a Tomcat

Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Dave Morrow
Does anyone know how to use SNMP tools to monitor a Tomcat server? Are there any open source tools to assist or add this ability? David A. Morrow Technical Systems Lead Autodata Solutions Company [EMAIL PROTECTED] http://www.autodata.net Tel: (519) 951-6079 Fax: (519) 451-6615 Poor planning

Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Seth Ladd
Dave Morrow wrote: Does anyone know how to use SNMP tools to monitor a Tomcat server? Are there any open source tools to assist or add this ability? With JDK 5 you can enable the builtin SNMP agent. This can export all the standard JMX attributes of the VM. I don't think there's a way to

Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Peter Lin
if you use tomcat 5.0.19 or new, you can use JMeter to monitor tomcat. peter On 8/10/05, Seth Ladd [EMAIL PROTECTED] wrote: Dave Morrow wrote: Does anyone know how to use SNMP tools to monitor a Tomcat server? Are there any open source tools to assist or add this ability? With JDK 5

Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Lintang JP
how can I do monitoring with JMeter ? plis advice... On 8/11/05, Peter Lin [EMAIL PROTECTED] wrote: if you use tomcat 5.0.19 or new, you can use JMeter to monitor tomcat. peter On 8/10/05, Seth Ladd [EMAIL PROTECTED] wrote: Dave Morrow wrote: Does anyone know how to use SNMP tools

Re: Monitor Tomcat with SNMP (MRTG etc)?

2005-08-10 Thread Peter Lin
://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html peter lin On 8/10/05, Lintang JP [EMAIL PROTECTED] wrote: how can I do monitoring with JMeter ? plis advice... On 8/11/05, Peter Lin [EMAIL PROTECTED] wrote: if you use tomcat 5.0.19 or new, you can use JMeter to monitor tomcat. peter

Monitor Tomcat with SNMP (MRTG etc)?

2005-08-09 Thread Dave Morrow
Does anyone know how to use SNMP tools to monitor a Tomcat server? Are there any open source tools to assist or add this ability? David A. Morrow Technical Systems Lead Autodata Solutions Company [EMAIL PROTECTED] http://www.autodata.net Tel: (519) 951-6079 Fax: (519) 451-6615 Poor planning

error at Configure Tomcat and Monitor Tomcat

2005-02-04 Thread Suzanne Tang
I installed Tomcat 5.5 on Windows 2000 using automatic installation. Everything works fine except 'Configure Tomcat' and 'Monitor Tomcat' programs. When I try to use these programs, an Application system error box always pops up with message like An instance of 'Tomcat5' application is already

RE: Use of SNMP to monitor Tomcat

2004-05-25 Thread Boland, Dave
Boland OSS Development [EMAIL PROTECTED] 01189 544734 OSS Homepage at : http://oss OSS Feedback at : http://oss/OSSreq/index.html -Original Message- From: Robert F. Hall [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 7:01 PM To: Tomcat Users List Subject: Re: Use of SNMP to monitor

RE: Use of SNMP to monitor Tomcat

2004-05-25 Thread Hut Carspecken
Hey Many Thanks! It works like a dream. Three cheers for the Brits! Hut - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Use of SNMP to monitor Tomcat

2004-05-24 Thread Hut Carspecken
Good Morning Everyone, I need to incorporate Tomcat as the presentation layer of a larger system and in doing so, I want to monitor it using SNMP. I understand that Tomcat can incorporate JMX to monitor some of its functions; however, my project calls for the use of SNMP. Has anyone monitored

Re: Use of SNMP to monitor Tomcat

2004-05-24 Thread Robert F. Hall
Try Googling Java SNMP open source. Which returned, among other hits: http://netsnmpj.sourceforge.net/ http://edge.mcs.drexel.edu/GICL/people/sevy/snmp/snmp_package.html Robert Hut Carspecken wrote: Good Morning Everyone, I need to incorporate Tomcat as the presentation layer of a larger system

Re: Use of SNMP to monitor Tomcat

2004-05-24 Thread disposablehero3000-jakarta
Hello Hut Carspecken, Another thing you can try is to monitor Tomcat by using a custom plugin with OpenNMS (http://www.opennms.org); OpenNMS can then talk with the JMX part of Tomcat in order to poll the health status (without SNMP). There is an article at the IBM site about how to do

Monitor tomcat....

2002-03-04 Thread Gordon Luk
Hi all, I would like to ask any GUI tools that can monitoring the tomcat server stauts at runtime, for example : it could know how many session opened, how many servlet instance activated etc... Please point me where can i find it. Thanks. Gordon