This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.hc.support-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git
commit 08e38a51138b9c26187a37859df00472d5380445 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Sep 2 13:32:04 2013 +0000 SLING-3034 - explain what this is for git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/healthchecks@1519438 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java b/src/main/java/org/apache/sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java index 74c9e4b..f27c524 100644 --- a/src/main/java/org/apache/sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java +++ b/src/main/java/org/apache/sling/hc/healthchecks/impl/SlingRequestStatusHealthCheck.java @@ -40,7 +40,9 @@ import org.osgi.service.component.ComponentContext; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -/** {@link HealthCheck} that checks the HTTP status of Sling requests */ +/** {@link HealthCheck} that checks the HTTP status of Sling requests. + * Typically used to check that a freshly installed Sling-based system + * is in good shape, contains all required content etc. */ @Component( name="org.apache.sling.hc.SlingRequestStatusHealthCheck", configurationFactory=true, -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
