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 d0e1473b21cb58cb2ed56b01d3ad53494ca3c4fe Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri Aug 30 09:43:09 2013 +0000 Apply naming conventions git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/healthchecks@1518923 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/OSGI-INF/metatype/metatype.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties index 088ac97..be5ecee 100644 --- a/src/main/resources/OSGI-INF/metatype/metatype.properties +++ b/src/main/resources/OSGI-INF/metatype/metatype.properties @@ -25,18 +25,18 @@ org.apache.sling.hc.JmxAttributeHealthCheck.name = JMX Attribute Health Check org.apache.sling.hc.JmxAttributeHealthCheck.description = Checks the value of a single JMX attribute. -org.apache.sling.hc.ScriptableHealthCheck.name = Scriptable Health Check +org.apache.sling.hc.ScriptableHealthCheck.name = Apache Sling Scriptable Health Check org.apache.sling.hc.ScriptableHealthCheck.description = Uses scripted expressions to verify multiple JMX \ attributes or other values. -org.apache.sling.hc.DefaultLoginsHealthCheck.name = Default Logins Health Check +org.apache.sling.hc.DefaultLoginsHealthCheck.name = Apache Sling Default Logins Health Check org.apache.sling.hc.DefaultLoginsHealthCheck.description = Expects default logins to fail, used to verify \ that they are disabled on production systems -org.apache.sling.hc.SlingRequestStatusHealthCheck.name = Sling Request Status Health Check +org.apache.sling.hc.SlingRequestStatusHealthCheck.name = Apache Sling Sling Request Status Health Check org.apache.sling.hc.SlingRequestStatusHealthCheck.description = Checks the HTTP status of Sling requests. -org.apache.sling.hc.CompositeHealthCheck.name = Composite Health Check +org.apache.sling.hc.CompositeHealthCheck.name = Apache Sling Composite Health Check org.apache.sling.hc.CompositeHealthCheck.description = Executes a set of Health Checks, selected by tags. filter.tags.name = Filter tags -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
