@Singleton @Configurable @Named public class ResinHealthCheck extends ResinHealthCheckImpl
Generates CRITICAL if any checks are currently reporting CRITICAL.
Generates WARNING if any checks are currently reporting WARNING.
NAME| Constructor and Description |
|---|
ResinHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractHealthCheck |
findDelegate(HealthService healthService)
Finds and returns any delegate health check.
|
checkHealth, getNamegetDelegate, getLastResult, getLogPeriod, hasDelegate, init, isEnabled, logResult, setEnabled, setLogPeriod, setName, silenceFor, start, stop, toStringprotected AbstractHealthCheck findDelegate(HealthService healthService)
AbstractHealthCheckfindDelegate in class AbstractHealthCheck