Skip to content

Commit 63dbefe

Browse files
committed
Merge pull request #19149 from dreis2211
* pr/19149: Add missing health indicators to docs Closes gh-19149
2 parents 53da8da + 87caa0a commit 63dbefe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,12 +689,18 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
689689
| {spring-boot-actuator-module-code}/jms/JmsHealthIndicator.java[`JmsHealthIndicator`]
690690
| Checks that a JMS broker is up.
691691

692+
| {spring-boot-actuator-module-code}/ldap/LdapHealthIndicator.java[`LdapHealthIndicator`]
693+
| Checks that an LDAP server is up.
694+
692695
| {spring-boot-actuator-module-code}/mail/MailHealthIndicator.java[`MailHealthIndicator`]
693696
| Checks that a mail server is up.
694697

695698
| {spring-boot-actuator-module-code}/mongo/MongoHealthIndicator.java[`MongoHealthIndicator`]
696699
| Checks that a Mongo database is up.
697700

701+
| {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`]
702+
| Checks that a Neo4j database is up.
703+
698704
| {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`]
699705
| Checks that a Neo4j server is up.
700706

0 commit comments

Comments
 (0)