<div dir="ltr">You can prefix the JMX instance in the connection block for each application using the "InstancePrefix" attribute.  Here is an example from one of my hosts where I'm monitoring activemq and cassandra on the same host.  All cassandra metrics will have a CAS- in front of them, and all activemq metrics will be prefixed with AMQ-<div>
<br></div><div><pre class="" style="font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;line-height:16px;width:777px;margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(0,0,0)"><div class="" id="file-jmxstats-conf-LC261">
    #######################</div><div class="" id="file-jmxstats-conf-LC262">    # Connection block(s) #</div><div class="" id="file-jmxstats-conf-LC263">    #######################</div><div class="" id="file-jmxstats-conf-LC264">
    <Connection></div><div class="" id="file-jmxstats-conf-LC265">      Host "myhost"</div><div class="" id="file-jmxstats-conf-LC266">      InstancePrefix "CAS-"</div><div class="" id="file-jmxstats-conf-LC267">
      ServiceURL "service:jmx:rmi:///jndi/rmi://localhost:7199/jmxrmi"</div><div class="" id="file-jmxstats-conf-LC268">      Collect "memory_pool"</div><div class="" id="file-jmxstats-conf-LC269">      Collect "memory-heap"</div>
<div class="" id="file-jmxstats-conf-LC270">      Collect "memory_nonheap"</div><div class="" id="file-jmxstats-conf-LC271">      Collect "java_threads"</div><div class="" id="file-jmxstats-conf-LC272">
      Collect "classes"</div><div class="" id="file-jmxstats-conf-LC273">      Collect "garbage_collector"</div><div class="" id="file-jmxstats-conf-LC274">      Collect "jvm_uptime"</div><div class="" id="file-jmxstats-conf-LC280">
    </Connection></div><div class="" id="file-jmxstats-conf-LC281">    <Connection></div><div class="" id="file-jmxstats-conf-LC282">      Host "myhost"</div><div class="" id="file-jmxstats-conf-LC283">
      InstancePrefix "AMQ-"</div><div class="" id="file-jmxstats-conf-LC284">      ServiceURL "service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi"</div><div class="" id="file-jmxstats-conf-LC285">      Collect "memory_pool"</div>
<div class="" id="file-jmxstats-conf-LC286">      Collect "memory-heap"</div><div class="" id="file-jmxstats-conf-LC287">      Collect "memory_nonheap"</div><div class="" id="file-jmxstats-conf-LC288">
      Collect "java_threads"</div><div class="" id="file-jmxstats-conf-LC289">      Collect "classes"</div><div class="" id="file-jmxstats-conf-LC290">      Collect "garbage_collector"</div><div class="" id="file-jmxstats-conf-LC291">
      Collect "jvm_uptime"</div><div class="" id="file-jmxstats-conf-LC292">    </Connection></div><div class="" id="file-jmxstats-conf-LC292"><br></div><div class="" id="file-jmxstats-conf-LC292">Hope this helps!</div>
<div class="" id="file-jmxstats-conf-LC292"><br></div></pre></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 7, 2013 at 10:41 AM, Poil <span dir="ltr"><<a href="mailto:poil@quake.fr" target="_blank">poil@quake.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I collect Karaf and cassandra on a same host<br>
I use somethink like this<br>
<br>
  <Plugin  "GenericJMX"><br>
    <MBean  "cassandra/classes"><br>
      ObjectName "java.lang:type=ClassLoading"<br>
      InstancePrefix "cassandra_java"<br>
      <Value><br>
        Type "gauge"<br>
        InstancePrefix "loaded_classes"<br>
        #InstanceFrom ""<br>
        Table false<br>
        Attribute "LoadedClassCount"<br>
      </Value><br>
    </MBean><br>
<br>
    <MBean  "karaf/classes"><br>
      ObjectName "java.lang:type=ClassLoading"<br>
      InstancePrefix "karaf_java"<br>
      #InstanceFrom ""<br>
       <Value><br>
        Type "gauge"<br>
        InstancePrefix "loaded_classes"<br>
        #InstanceFrom ""<br>
        Table false<br>
        Attribute "LoadedClassCount"<br>
      </Value><br>
    </MBean><br>
<br>
<Connection><br>
Collect "karaf/classes"<br>
 Collect "cassbandra/classes"<br>
</Connection><br>
<br>
More info <a href="https://github.com/Poil/CGraphz/wiki/GenericJMX" target="_blank">https://github.com/Poil/<u></u>CGraphz/wiki/GenericJMX</a><br>
<br>
regards<br>
<br>
Le 07/08/2013 12:54, Alexzander thunder Shevchenko a écrit :<div class="im HOEnZb"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi.<br>
<br>
I wonder how I can get same values for more than one JVMs?<br>
I have MBeans for heap/nonheap memory values and I want to collect this data from 2JVMs. But prefix for rrd's I can setonly in MBeans block, but not in Connection block. I can setup two or more Connection block, but I will get an error "update failed"-blah-blah-blah since it tries to write the same rrd's. I see the only way to set MBean blocks with different InstancePrefixes... I dont want to override Hostname property in Connection block. Is there is another way to do this?<br>

<br>
Thanks,<br>
<br>
</blockquote>
<br>
<br></div><div class="HOEnZb"><div class="h5">
______________________________<u></u>_________________<br>
collectd mailing list<br>
<a href="mailto:collectd@verplant.org" target="_blank">collectd@verplant.org</a><br>
<a href="http://mailman.verplant.org/listinfo/collectd" target="_blank">http://mailman.verplant.org/<u></u>listinfo/collectd</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Josh
</div>