You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/09/17 16:29:29 UTC

svn commit: r1524065 - /sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext

Author: bdelacretaz
Date: Tue Sep 17 14:29:29 2013
New Revision: 1524065

URL: http://svn.apache.org/r1524065
Log:
text tweaks

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=1524065&r1=1524064&r2=1524065&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 Tue Sep 17 14:29:29 2013
@@ -67,7 +67,7 @@ The following default `HealthCheck` serv
 The `org.apache.sling.hc.samples` bundle provides OSGi configurations that demonstrate them.
 
  * `JmxAttributeHealthCheck` checks the value of a single JMX attribute and supports ranges like _between 12 and 42_.  
- * `ScriptableHealthCheck` evaluates an expression written in any scripting language that Sling supports, and provides bindings to access JMX attributes and OSGi bundles states. 
+ * `ScriptableHealthCheck` evaluates an expression written in any scripting language that Sling supports, and provides bindings to access JMX attributes. 
  * `CompositeHealthCheck` executes a set of `HealthCheck` selected by tags, useful for creating higher-level checks.
 
 And a few more Sling-specific ones are provided by the `org.apache.sling.hc.support` bundle:
@@ -108,8 +108,8 @@ The screenshot below shows an example, a
 
 ## JMX access to health checks
 If the `org.apache.sling.hc.jmx` bundle is active, a JMX MBean is created for each `HealthCheck` which has the 
-service property 'hc.mbean.name' service property set. All health check MBeans are registered in the 
-domain 'org.apache.sling.healthcheck' with a type of 'HealthCheck'
+service property `hc.mbean.name` service property set. All health check MBeans are registered in the 
+domain `org.apache.sling.healthcheck` with a type of `HealthCheck`.
 
 The MBean gives access to the `Result` and the log, as shown on the screenshot below.