This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.hc.webconsole-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-webconsole.git
commit 89861ce03e8c5ee0e84f96e9f369f2205c6f9e67 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Tue Aug 13 10:04:23 2013 +0000 SLING-2987 - CompositeHealthCheck - execute a set of other HealthChecks selected by tags git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck/webconsole@1513416 13f79535-47bb-0310-9956-ffa450edef68 --- .../OSGI-INF/metatype/metatype.properties | 72 ---------------------- 1 file changed, 72 deletions(-) diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties deleted file mode 100644 index 8e08366..0000000 --- a/src/main/resources/OSGI-INF/metatype/metatype.properties +++ /dev/null @@ -1,72 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -# -# This file contains localization strings for configuration labels and -# descriptions as used in the metatype.xml descriptor generated by the -# the Sling SCR plugin - -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.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.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.description = Checks the HTTP status of Sling requests. - -mbean.name.name = MBean name -mbean.name.description = The name of the MBean to check. - -attribute.name.name = Attribute name -attribute.name.description = The name of the MBean attribute to check. - -attribute.value.constraint.name = Attribute value constraint -attribute.value.constraint.description = Constraint on the MBean attribute value. - -hc.mbean.name.name = MBean name -hc.mbean.name.description = Name of the MBean to create for this Health Check. - -hc.tags.name = Health Check tags -hc.tags.description = List of tags for this Health Check service, used to select \ - subsets of Health Check services for execution. - -hc.name.name = Health Check Name -hc.name.description = Name of this Health Check service, used for example to identify the \ - corresponding JMX MBean. - -expression.name = Expression -expression.description = The value of this expression must be "true" for the Health Check \ - to be successful. - -language.extension.name = Language extension -language.extension.description = File extension of the language to use to evaluate the \ - expression, for example "ecma" or "groovy", asssuming the corresponding script engine \ - is available. - -username.name = Username -username.description = The username to use to test logins. - -password.name = Password -password.description = The password to use to test logins. \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
