tags:

views:

173

answers:

2

I am completely new to JMX. I have a specific requirement and wanted to know if it is possible to accomplish within the scope of JMX.

Requirements:

I have a set of resources which include many weblogic instances, jBoss instances and Tomcat instances running across many servers. Now I need a one stop solution, UI to monitor these resources, check their current status and if they are down, I need to start and stop them from that webpage.

Is this possible using JMX?

+1  A: 

You could use nagios combined with check_jmx to monitor (create statistics) and may trigger a restart of a resource. (I'm not sure if can trigger a restart direct via JMX)

Node
A: 

Check out Jopr, http://www.jboss.org/jopr/

jakeri