<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Permanently Adding MULTIPLE MBeans for Monitoring in a Single Configuration in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Permanently-Adding-MULTIPLE-MBeans-for-Monitoring-in-a-Single/m-p/727222#M5667</link>
    <description>&lt;P&gt;You can use wildcards to define the JMX metric rules to get metrics for all the datasources:&lt;/P&gt;
&lt;P&gt;for instance in a JBoss you get get the active count property from the following mbean:&lt;/P&gt;

&lt;P&gt;jboss.as:subsystem=datasources,data-source=MyDatasource_01,statistics=pool&lt;/P&gt;

&lt;P&gt;When you define the metric rule you have to do it like this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Object name Match Patern:&lt;/STRONG&gt;jboss.as:subsystem=datasources,*,statistics=pool&lt;BR /&gt;&lt;STRONG&gt;Instance identifier:&lt;/STRONG&gt; data-source&lt;BR /&gt;&lt;STRONG&gt;Atibute:&lt;/STRONG&gt;ActiveCount&lt;/P&gt;

&lt;P&gt;in the Object Name Match Patern you can even use the wildcard to replace several branches, i.e. if it were "&lt;SPAN&gt;jboss.as:subsystem=datasources,whatever=another_level,whatever=another_level,data-source=MyDatasource_01,statistics=pool&lt;/SPAN&gt;" you could use "&lt;SPAN&gt;jboss.as:subsystem=datasources,*,statistics=pool".&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;the Instance Identifier is the instanced element you want to see separated, in&amp;nbsp;your case you will have something similar to:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;jboss.as:subsystem=datasources,data-source=MyDatasource_01,statistics=pool&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;jboss.as:subsystem=datasources,data-source=MyDatasource_02,statistics=pool&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;jboss.as:subsystem=datasources,data-source=MyDatasource_07,statistics=pool&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;so you should use&amp;nbsp;data-source as the instance identifier.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Hope I had help you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jorge&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2017 16:05:24 GMT</pubDate>
    <dc:creator>Jorge_Domínguez</dc:creator>
    <dc:date>2017-06-21T16:05:24Z</dc:date>
    <item>
      <title>Permanently Adding MULTIPLE MBeans for Monitoring in a Single Configuration</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Permanently-Adding-MULTIPLE-MBeans-for-Monitoring-in-a-Single/m-p/727221#M5666</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Is it possible to configure multiple MBeans to be added for permanent monitoring?&lt;/P&gt;

&lt;P&gt;For example, if my JVM uses 7 different datasources, I'd like to monitor, let's say, the AvailableCount attribute of each of those 7&amp;nbsp;MBeans. Do I have to go in and create an individual configuration for EACH of the 7 datasources, or &lt;STRONG&gt;is there a way to wildcard the confoiguration to pick up all 7 of them?&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Also, this become exceedingly critical when we start talking about JMS queues. We have over 150... performing this exercise 150 times might get a bit unwieldy.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 21:19:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Permanently-Adding-MULTIPLE-MBeans-for-Monitoring-in-a-Single/m-p/727221#M5666</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-06-20T21:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Adding MULTIPLE MBeans for Monitoring in a Single Configuration</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Permanently-Adding-MULTIPLE-MBeans-for-Monitoring-in-a-Single/m-p/727222#M5667</link>
      <description>&lt;P&gt;You can use wildcards to define the JMX metric rules to get metrics for all the datasources:&lt;/P&gt;
&lt;P&gt;for instance in a JBoss you get get the active count property from the following mbean:&lt;/P&gt;

&lt;P&gt;jboss.as:subsystem=datasources,data-source=MyDatasource_01,statistics=pool&lt;/P&gt;

&lt;P&gt;When you define the metric rule you have to do it like this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Object name Match Patern:&lt;/STRONG&gt;jboss.as:subsystem=datasources,*,statistics=pool&lt;BR /&gt;&lt;STRONG&gt;Instance identifier:&lt;/STRONG&gt; data-source&lt;BR /&gt;&lt;STRONG&gt;Atibute:&lt;/STRONG&gt;ActiveCount&lt;/P&gt;

&lt;P&gt;in the Object Name Match Patern you can even use the wildcard to replace several branches, i.e. if it were "&lt;SPAN&gt;jboss.as:subsystem=datasources,whatever=another_level,whatever=another_level,data-source=MyDatasource_01,statistics=pool&lt;/SPAN&gt;" you could use "&lt;SPAN&gt;jboss.as:subsystem=datasources,*,statistics=pool".&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;the Instance Identifier is the instanced element you want to see separated, in&amp;nbsp;your case you will have something similar to:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;jboss.as:subsystem=datasources,data-source=MyDatasource_01,statistics=pool&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;jboss.as:subsystem=datasources,data-source=MyDatasource_02,statistics=pool&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;jboss.as:subsystem=datasources,data-source=MyDatasource_07,statistics=pool&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;so you should use&amp;nbsp;data-source as the instance identifier.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Hope I had help you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jorge&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 16:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Permanently-Adding-MULTIPLE-MBeans-for-Monitoring-in-a-Single/m-p/727222#M5667</guid>
      <dc:creator>Jorge_Domínguez</dc:creator>
      <dc:date>2017-06-21T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Adding MULTIPLE MBeans for Monitoring in a Single Configuration</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Permanently-Adding-MULTIPLE-MBeans-for-Monitoring-in-a-Single/m-p/727223#M5668</link>
      <description>&lt;P&gt;Awesome. This worked perfectly. I appreciate the help!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 02:22:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Permanently-Adding-MULTIPLE-MBeans-for-Monitoring-in-a-Single/m-p/727223#M5668</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-06-27T02:22:54Z</dc:date>
    </item>
  </channel>
</rss>

