PeriodicalHealthChecks Configuration
Consult healthcheck.properties in GIT to get some examples and hints.
Use this configuration to define the initial delay and period for the PeriodicalHealthChecks. It is only applicable with Guice products.
- healthcheck.period
- Define the period between two periodical health checks (default: 60)
- reception.check.user
- User to be using for running the "mail reception" health check. The user must exist.
If not specified, the mail reception check is a noop.
- reception.check.timeout
- Period after which mail reception is considered faulty. Defaults to one minute.
- additional.healthchecks
- List of fully qualified HealthCheck class names in addition to James' default healthchecks. Default to empty list.