Ad Widget

Collapse

Two JMX intefaces on the same host : How duplicate JMX items ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jean-René Robin
    Junior Member
    • Oct 2019
    • 1

    #1

    Two JMX intefaces on the same host : How duplicate JMX items ?

    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 ?


  • joseperes
    Junior Member
    • Mar 2019
    • 20

    #2
    Originally posted by Jean-René Robin
    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 have the same issue, did you find a solution?

    Comment

    • simon.olivier
      Junior Member
      • Dec 2020
      • 3

      #3
      Personally I created a host by Tomcat.

      Comment

      Working...