Hi -
I've got what I think is a fairly standard situation but I'm surprised how hard it seems to be to get it working.
I've got a few custom MBeans in addition to the standard Catalina ones.
We're running Tomcat 6.0.x and have the Hyperic Agent 3.1 installed. Tomcat's been configured and it's internal MBeans are monitored threw the web interface.
As a first test I want to get the Hibernate Statistics monitored too but it's proving to be an uphill battle.
I've got XML plugins written and using the agent command-line tool like so:
java -jar pdk/lib/hq-product.jar -p EverNote-Hibernate-Notestore \
-Djmx.url=service:jmx:rmi:///jndi/rmi://localhost:6969/jmxrmi
Everything works fine, the statistics also appear just as they do in JConsole, but when I copy the files into the hyperic server and wait awhile nothing shows up server side.
I imagine that somewhere I need to tell hyperic to use the specific plug in on the specific machine with the specific JMX configuration parameters but can't seem to find the place.
Pointers anyone?
Thanks -
Phil
I've got what I think is a fairly standard situation but I'm surprised how hard it seems to be to get it working.
I've got a few custom MBeans in addition to the standard Catalina ones.
We're running Tomcat 6.0.x and have the Hyperic Agent 3.1 installed. Tomcat's been configured and it's internal MBeans are monitored threw the web interface.
As a first test I want to get the Hibernate Statistics monitored too but it's proving to be an uphill battle.
I've got XML plugins written and using the agent command-line tool like so:
java -jar pdk/lib/hq-product.jar -p EverNote-Hibernate-Notestore \
-Djmx.url=service:jmx:rmi:///jndi/rmi://localhost:6969/jmxrmi
Everything works fine, the statistics also appear just as they do in JConsole, but when I copy the files into the hyperic server and wait awhile nothing shows up server side.
I imagine that somewhere I need to tell hyperic to use the specific plug in on the specific machine with the specific JMX configuration parameters but can't seem to find the place.
Pointers anyone?
Thanks -
Phil