Browse Source

Add missing health indicators to docs

See gh-19149
pull/19171/head
dreis2211 6 years ago committed by Stephane Nicoll
parent
commit
87caa0a331
  1. 6
      spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

6
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -689,12 +689,18 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr @@ -689,12 +689,18 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
| {spring-boot-actuator-module-code}/jms/JmsHealthIndicator.java[`JmsHealthIndicator`]
| Checks that a JMS broker is up.
| {spring-boot-actuator-module-code}/ldap/LdapHealthIndicator.java[`LdapHealthIndicator`]
| Checks that an LDAP server is up.
| {spring-boot-actuator-module-code}/mail/MailHealthIndicator.java[`MailHealthIndicator`]
| Checks that a mail server is up.
| {spring-boot-actuator-module-code}/mongo/MongoHealthIndicator.java[`MongoHealthIndicator`]
| Checks that a Mongo database is up.
| {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`]
| Checks that a Neo4j database is up.
| {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`]
| Checks that a Neo4j server is up.

Loading…
Cancel
Save