cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The AppDynamics Community is Migrating this Friday, February 28th.


At 6pm PST, the AppDynamics Community will go into read-only mode and after migration is complete, you will be redirected to community.splunk.com.
Read more here


JMX Metrics on JBoss 6.4 not reporting

Anonymous
Not applicable

Trying to get the JMX metrics for Datasources to show up in AppD Controller.

 

I can use JBoss's new CLI interface to see them in jConsole, but other than that I am having no luck.

 

Has anyone successfully setup AppD to monitor JMX in JBoss 6.4 or higher?

2 REPLIES 2

Atyuha.Pal
AppDynamics Team

Hi  msprague,

 

Could you please add the below node property 

Name: discover-mbeans
Description: discover-mbeans
Type: Boolean
Value: true

After adding the above property allow the application to run for 5-10mins. The node property will discover all mbeans being exposed and write them into files under location <AGENT_RUNTIME_DIR>/conf/<nodeName>/discovered-mbeans. Please attach the complete 'discovered-mbeans' directory along with the complete agent log directory.

 

Thanks,

Atyuha



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Anonymous
Not applicable

Issue was these jvm args on the jboss startup was hiding the JMX tree from AppD.

 

<jvmarg value="-Dcom.sun.management.jmxremote"/>
<jvmarg value="-Dcom.sun.management.jmxremote.port=#####"/>
<jvmarg value="-Dcom.sun.management.jmxremote.local.only=false"/>
<jvmarg value="-Dcom.sun.management.jmxremote.authenticate=false"/>

 

Also, AppD has a MachineAgent plugin that can assist in accessing the JMX args although I was unsuccessful in getting that plugin to function locally.

Ask the Experts Session: Hybrid Application Monitoring Deployment

Join us on Feb 26 to explore Splunk AppDynamics deployment strategies, SaaS models, agent rollout plans, and expert best practices.


Register Now

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here
Top Kudoed Authors