Hello, I am doing some brainstorming to put together a plug-in for
JBOSS Operations Network that will monitor a websphere application instance. Please forgive me if this is not the right forum for this question. JON uses 'agents' to discover and monitor JBOSS instances. What I want to do is develop an agent that specifically montiors a websphere instance. I know that the agent is expecting information in the JMX format, specifically, JMX statistics. What I am hoping to accomplish here is to determine how to implement a JMX 'conversation' between a JON agent and a websphere instance. Once I have this information I can then write code to monitor and hopefully manage some aspects of the websphere AS. Please give feedback. TIA.