On Wed, Aug 14, 2013 at 11:21 AM, Felix Meschberger <fmesc...@adobe.com> wrote: > ...There is no such thing as a JMX Bean tree. Each JMX Bean has an ObjectName > and the only official > structuring is by the MBean's domain. The rest of name is just name-value > pairs...
That's technically correct, but from the perspective of a jconsole user you see a tree, that's what I meant. The HC MBeans are currently registered under the org.apache.sling.healthcheck domain, and their service name and type names are configurable. Currently as a single string like "service/type", might be better to separate that in two separate properties. -Bertrand