Properly document health indicator config

Health indicator configuration keys have moved from the health.* to the
management.health.* namespace. This commit makes sure that these are
documented properly in 1.1.x as well.

See gh-2118
This commit is contained in:
Stephane Nicoll 2014-12-12 17:05:16 +01:00
parent a6adeab319
commit 2416a935e6

View File

@ -369,6 +369,14 @@ content into your application; rather pick only the properties that you need.
endpoints.trace.sensitive=true
endpoints.trace.enabled=true
# HEALTH INDICATORS
health.db.enabled=true
health.mongo.enabled=true
health.rabbit.enabled=true
health.redis.enabled=true
health.solr.enabled=true
health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP
# MVC ONLY ENDPOINTS
endpoints.jolokia.path=jolokia
endpoints.jolokia.sensitive=true