On Wed, Aug 14, 2013 at 11:23 AM, Felix Meschberger <[email protected]> wrote: > ...Whether a HealthCheck service is exposed in JMX or not, is something to be > done by the HealthCheck controller, I think....
Not sure what you mean by that - see contrib/extensions/healthcheck/jmx for how that works now: if this bundle is active (which makes the whole thing optional), the HealthCheckMBeanCreator creates an MBean for each HealthCheck service. We can easily make the MBean creation optional, for example by saying that if no hc.mbean.name service property is set no MBean is created (currently a default name is used). -Bertrand
