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/05/14 23:50:07 UTC

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

Author: bdelacretaz
Date: Tue May 14 21:50:07 2013
New Revision: 1482608

URL: http://svn.apache.org/r1482608
Log:
SLING-2822 - tagged rules support added

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=1482608&r1=1482607&r2=1482608&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 May 14 21:50:07 2013
@@ -20,6 +20,9 @@ the required bundles to a Sling trunk in
 1. From that module, install the _org.apache.sling.hc.core_ ,  _org.apache.sling.hc.rules_ and _org.apache.sling.hc.sling_ bundles.
 1. Open [http://localhost:8080/apps/hc/demo.healthcheck.json][1] to see the evaluation result of the rules defined at [http://localhost:8080/apps/hc/demo.tidy.4.json][2]
 
+Rules can have a multi-value "tags" property that allows them to be executed in groups. Try [http://localhost:8080/apps/hc/demo.healthcheck.bundles.json][3] 
+and [http://localhost:8080/apps/hc/demo.healthcheck.bundles.sling.json][4] for example.
+
 ## Known issues
 See [SLING-2822](https://issues.apache.org/jira/browse/SLING-2822) for details.
 
@@ -28,4 +31,6 @@ See [SLING-2822](https://issues.apache.o
 
 
   [1]: http://localhost:8080/apps/hc/demo.healthcheck.json
-  [2]: http://localhost:8080/apps/hc/demo.tidy.4.json
\ No newline at end of file
+  [2]: http://localhost:8080/apps/hc/demo.tidy.4.json
+  [3]: http://localhost:8080/apps/hc/demo.healthcheck.bundles.json
+  [4]: http://localhost:8080/apps/hc/demo.healthcheck.bundles.sling.json