This content has been marked as final.
Show 2 replies
-
1. Re: JMX plugin extension
Heiko Rupp Apr 19, 2010 8:39 AM (in response to Rafael Soares (Tuelho))1 of 1 people found this helpfulRafael,
I think this will not be so easy, as org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent only supports querying
by ObjectName(pattern) today.
Yyou would need to obtain all MBeans that could potentially match and then filter yourself in
DiscoveryComponent.discoverResources() for the MBeans that match.
-
2. Re: JMX plugin extension
Rafael Soares (Tuelho) Apr 19, 2010 8:54 AM (in response to Heiko Rupp)Thanks Heiko!