Author: bdelacretaz
Date: Thu Sep 26 09:32:42 2013
New Revision: 1526430
URL: http://svn.apache.org/r1526430
Log:
mention JMX aggregators
Modified:
sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext?rev=1526430&r1=1526429&r2=1526430&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
Thu Sep 26 09:32:42 2013
@@ -24,6 +24,9 @@ Health checks can be used for various pu
The health check subsystem uses tags to execute groups of health checks for
specific purposes.
+The out of the box health check services also allow for using them as JMX
aggregators and processors, which take JMX
+attribute values as input and make the results accessible via JMX MBeans.
+
## What's a `HealthCheck` ?
A `HealthCheck` is just an OSGi service that returns a `Result`.