Author: bdelacretaz
Date: Thu Sep 26 09:30:56 2013
New Revision: 1526428
URL: http://svn.apache.org/r1526428
Log:
fix lists
Modified:
sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
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=1526428&r1=1526427&r2=1526428&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 Sep 26 09:30:56 2013
@@ -9,18 +9,18 @@ supplying MBeans that expose the require
See also:
- * Source code at
[http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck](http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck).
- * adaptTo 2013 slides about Health Checks at
[http://www.slideshare.net/bdelacretaz/slinghc-bdelacretazadaptto2013](http://www.slideshare.net/bdelacretaz/slinghc-bdelacretazadaptto2013)
+* Source code at
[http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck](http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/healthcheck).
+* adaptTo 2013 slides about Health Checks at
[http://www.slideshare.net/bdelacretaz/slinghc-bdelacretazadaptto2013](http://www.slideshare.net/bdelacretaz/slinghc-bdelacretazadaptto2013)
## Use cases
Health checks can be used for various purposes, for example:
- * Verify that performance counters are in range.
- * Run smoke tests at system startup and emit warnings or disable the
instance if they fail.
- * Check that all OSGi bundles are up and running
- * Check that demo content has been removed from a production system
- * Check that demo accounts are disabled
- * Ping external systems and raise alarms if they are down
+* Verify that performance counters are in range.
+* Run smoke tests at system startup and emit warnings or disable the instance
if they fail.
+* Check that all OSGi bundles are up and running
+* Check that demo content has been removed from a production system
+* Check that demo accounts are disabled
+* Ping external systems and raise alarms if they are down
The health check subsystem uses tags to execute groups of health checks for
specific purposes.