tree: 12ae57e81207783e5077461b73ddee5d558c9ece [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
hc-resource/README.md

Apache Sling Markdown Resource Provider

This module is part of the Apache Sling project.

This module contains Health Checks that use the Sling Resource API.

Usage

"org.apache.sling.hc.resource.impl.ResourceHealthCheck~slingshot": {
    "hc.tags":[
        "systemalive"
    ],
    "resources": [
        "/content/slingshot",
        "/libs/slingshot/Home/html.jsp"
    ]
}