Skip to content

Commit

Permalink
Merge pull request #19149 from dreis2211
Browse files Browse the repository at this point in the history
* pr/19149:
  Add missing health indicators to docs

Closes gh-19149
  • Loading branch information
snicoll committed Nov 27, 2019
2 parents 53da8da + 87caa0a commit 63dbefe
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -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.

Expand Down

0 comments on commit 63dbefe

Please sign in to comment.