On a server, there is two Java app runing, exposing JMX data (App 1 : JBoss Wildfly. App2 : Apache Tomcat)
I set up two JMX interfaces in the Host. Now, I want to create some items that will get the JVM data ( e.g jmx["java.lang:type=ClassLoading",LoadedClassCount] ).
I can't create two items with the same key. How can I by-pass this contol ?
I set up two JMX interfaces in the Host. Now, I want to create some items that will get the JVM data ( e.g jmx["java.lang:type=ClassLoading",LoadedClassCount] ).
I can't create two items with the same key. How can I by-pass this contol ?
Comment