Merge pull request #11115 from espiegelberg:master

* pr/11115:
  Add reference to Neo4j's health indicator
This commit is contained in:
Stephane Nicoll 2017-11-23 10:36:07 +01:00
commit bae7c96ea8
1 changed files with 3 additions and 0 deletions

View File

@ -377,6 +377,9 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
|{sc-spring-boot-actuator}/mongo/MongoHealthIndicator.{sc-ext}[`MongoHealthIndicator`]
|Checks that a Mongo database is up.
|{sc-spring-boot-actuator}/neo4j/Neo4jHealthIndicator.{sc-ext}[`Neo4jHealthIndicator`]
|Checks that a Neo4j server is up.
|{sc-spring-boot-actuator}/amqp/RabbitHealthIndicator.{sc-ext}[`RabbitHealthIndicator`]
|Checks that a Rabbit server is up.