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/06/06 16:52:41 UTC

svn commit: r1490312 - in /sling/site/trunk/content/documentation/bundles: sling-hc-plugin.jpg sling-health-check-tool.mdtext

Author: bdelacretaz
Date: Thu Jun  6 14:52:41 2013
New Revision: 1490312

URL: http://svn.apache.org/r1490312
Log:
SLING-2822 - webconsole plugin screenshot

Added:
    sling/site/trunk/content/documentation/bundles/sling-hc-plugin.jpg   (with props)
Modified:
    sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext

Added: sling/site/trunk/content/documentation/bundles/sling-hc-plugin.jpg
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/sling-hc-plugin.jpg?rev=1490312&view=auto
==============================================================================
Binary file - no diff available.

Propchange: sling/site/trunk/content/documentation/bundles/sling-hc-plugin.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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=1490312&r1=1490311&r2=1490312&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 Jun  6 14:52:41 2013
@@ -18,7 +18,7 @@ the required bundles to a Sling trunk in
 1. Optionally install the _org.apache.sling.junit.core_ bundle, version 1.0.8 or later, if you want to enable JUnit-based rules.
 1. Build the _contrib/extensions/healthcheck_ modules.
 1. From that module, install the _org.apache.sling.hc.core_ ,  _org.apache.sling.hc.rules_ , _org.apache.sling.hc.sling_ and _org.apache.sling.hc.slingdemo_ bundles.
-1. Open the health check webconsole plugin at _/system/console/healthcheck_ and follow the instructions. The _org.apache.sling.hc.slingdemo_ bundle provides a set of example rules under _/apps/hc_ , you can use that for testing.
+1. Open the health check webconsole at _/system/console/healthcheck_ and follow the instructions. The _org.apache.sling.hc.slingdemo_ bundle provides a set of example rules under _/apps/hc_ , you can use that for testing.
 
 You can also see the raw output of the rules execution servlet (as admin) at _/apps/hc/demo.healthcheck.json_ 
 and the example rules content at _/apps/hc/demo.tidy.infinity.json_ .
@@ -26,5 +26,13 @@ and the example rules content at _/apps/
 Rules can have a multi-value _tags_ property that allows them to be executed in groups. Entering _sling,bundles_ as tags in the webconsole 
 plugin form, or using them as selectors ( _/apps/hc/demo.healthcheck.bundles.sling.json_ ) demonstrates this feature.
 
+## Webconsole plugin
+As mentioned above, a webconsole plugin at _/system/console/healthcheck_ allows for executing health check rules, optionally selected based on their
+tags and optionally showing only results from rules that have something to report (as in "no news is good news").
+
+The screenshot below shows an example, as of svn revision 1490286.
+
+![](sling-hc-plugin.jpg)
+
 ## Known issues
 See [SLING-2822](https://issues.apache.org/jira/browse/SLING-2822) for details.