Modifier and Type | Class and Description |
---|---|
class |
HttpPingThread
Deprecated.
|
class |
PingMailer
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
HeartbeatHealthCheckImpl
Health check for the heartbeat.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolHealthCheckImpl
Health check for the connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMemoryHealthCheckImpl |
class |
ExprHealthCheckImpl |
class |
HealthServiceHealthCheckImpl |
class |
HttpStatusHealthCheckImpl |
class |
JvmDeadlockHealthCheckImpl
Configuration for management.
|
class |
MemoryPermGenHealthCheckImpl |
class |
MemoryTenuredHealthCheckImpl |
class |
ResinHealthCheckImpl
Top-level health check summary for all of Resin.
|
Modifier and Type | Method and Description |
---|---|
<T extends HealthCheck> |
HealthService.containsHealthCheck(java.lang.Class<T> cl) |
<T extends HealthCheck> |
HealthService.getHealthCheck(java.lang.Class<T> cl) |
<T extends HealthCheck> |
HealthService.getHealthChecks(java.lang.Class<T> cl) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HealthCheck> |
HealthService.getHealthChecks() |
Modifier and Type | Method and Description |
---|---|
void |
HealthService.addHealthCheck(HealthCheck healthCheck) |
boolean |
HealthService.containsHealthCheck(HealthCheck check) |
int |
HealthService.getCriticalCount(HealthCheck check) |
long |
HealthService.getCriticalStartTime(HealthCheck check) |
int |
HealthService.getFatalCount(HealthCheck check) |
long |
HealthService.getFatalStartTime(HealthCheck check) |
HealthMeter |
HealthService.getHealthMeter(HealthCheck healthCheck) |
HealthCheckResult |
HealthService.getLastResult(HealthCheck healthCheck) |
int |
HealthService.getWarningCount(HealthCheck check) |
long |
HealthService.getWarningStartTime(HealthCheck check) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHealthCheck |
class |
ConnectionPoolHealthCheck
Monitors the health of Resin database connection pools (<database>).
|
class |
CpuHealthCheck
Monitors CPU usage.
|
class |
ExprHealthCheck
Evaluates user supplied JSP EL expressions as a boolean.
|
class |
HealthSystemHealthCheck
Monitors the health system itself by using a separate thread to determine
if health checking is frozen or taking too long.
|
class |
HeartbeatHealthCheck
Monitors for heartbeats from other members of the cluster.
|
class |
HttpStatusHealthCheck
Monitors one or more URLs on the current Resin instance by making an HTTP
GET request and comparing the returned HTTP status code to a pattern.
|
class |
JvmDeadlockHealthCheck
Monitors for deadlocked threads, as determined by the JVM.
|
class |
LicenseHealthCheck
Checks for expiring Resin Pro license.
|
class |
MemoryPermGenHealthCheck
Monitors the amount of free memory in the PermGen pool.
|
class |
MemoryTenuredHealthCheck
Monitors the amount of free memory in the Tenured pool.
|
class |
ResinHealthCheck
This check aggregates all the other health checks, resulting in the current
overall health.
|
class |
TransactionHealthCheck
Monitors the transaction manager for commit failures.
|
Modifier and Type | Method and Description |
---|---|
HealthCheck |
AbstractHealthCheckPredicate.getHealthCheck() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IfFlapping.isFlapping(HealthService healthService,
HealthCheck healthCheck,
long sampleId) |
void |
AbstractHealthCheckPredicate.setHealthCheck(HealthCheck healthCheck)
Set health check - optional, if not present summary status will be used
|
Constructor and Description |
---|
AbstractHealthCheckPredicate(HealthCheck healthCheck) |
IfCriticalRechecked(HealthCheck healthCheck) |
IfCriticalRechecked(HealthCheck healthCheck,
long recheckTime) |
IfFlapping(HealthCheck healthCheck) |
IfHealthCritical(HealthCheck healthCheck) |
IfHealthFatal(HealthCheck healthCheck) |
IfHealthOk(HealthCheck healthCheck) |
IfHealthStatus(HealthCheck healthCheck,
HealthStatus status) |
IfHealthUnknown(HealthCheck healthCheck) |
IfHealthWarning(HealthCheck healthCheck) |
Modifier and Type | Class and Description |
---|---|
class |
LicenseHealthCheckImpl |
Modifier and Type | Class and Description |
---|---|
class |
CpuHealthCheckImpl |
Modifier and Type | Class and Description |
---|---|
class |
TransactionHealthCheckImpl
Implementation of the transaction manager.
|