Hi,
I'm "playing" with some JMX monitoring for a group of jboss 4.2 application
servers that sit behind apache webservers (sticky sessions enabled).
I'd like to include values from the AJP connector ThreadPool and the
GlobalRequestProcessor - the problem is that the names of these mbeans seems to include
the address of the appserver, so each appserver uses a different name for the same thing,
ie:
name=ajp-192.168.0.21-8009,type=ThreadPool
Is there any way I can override this to something like:
name=ajp-my-name,type=ThreadPool
Then I have the same jmx ObjectName on every appserver, so my monitoring package can look
for the same jmx name on every appserver...
Thanks,
Andy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113469#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...