| Interface | Description |
|---|---|
| DbConnectionPoolValidator |
Methods for checking the database connection pool.
|
| Class | Description |
|---|---|
| DefaultDbConnectionPoolValidator | |
| FakeHealthCheck |
This fake
HealthCheck allows the operator
to simulate a health check failure, for example to test:
The Johnson infrastructure (manually or via automation), or
The "hide.system.error.details" flag.
|
| HomeHealthCheck |
Checks that a Confluence home directory has been specified, and either exists or can be created.
|
| HomeHealthCheckFailure |
Gives the reason why the HomeHealthCheck failed.
|
| HomeHealthCheckMessageFactory |
Creates human readable messages from a given
HomeHealthCheckFailure. |
| HttpThreadsVsDbConnectionsHealthCheck |
A
HealthCheck that checks whether there are enough DB connections
in the pool relative to the maximum number of HTTP threads. |
| Enum | Description |
|---|---|
| HomeHealthCheckFailure.Reason |
Indicates the reason why the home check failed.
|
Copyright © 2003–2018 Atlassian. All rights reserved.