| Interface | Description |
|---|---|
| HealthAction | |
| HealthActionListener |
| Class | Description |
|---|---|
| AbstractHealthAction | |
| ActionSequence |
Sequence of health actions.
|
| CallJmxOperation |
Health action to call a JMX MBean operation.
|
| DumpHealth |
Health action to create a dump of all health cehcks.
|
| DumpHeap |
Health action to create a heap dump.
|
| DumpHprofHeap |
Health action to create a HPROF format heap dump.
|
| DumpJmx |
Health action to create a dump of all JMX attributes and values.
|
| DumpThreads |
Health action to create a thread dump.
|
| ExecCommand |
Health action to execute a shell command.
|
| ExecCommand.HealthEnv | |
| FailSafeRestart |
Health action to trigger a timed restart of Resin, normally used in
conjunction with an ActionSequence to gather shutdown information.
|
| PdfReport |
Health action to generate a PDF report from a PHP script.
|
| PhpAction |
Health action to execute a PHP script.
|
| Restart |
Health action to trigger a restart of Resin.
|
| ScoreboardReport |
Health action to create a thread scoreboard report.
|
| SendMail |
Health action to send an email containing the results of the health check.
|
| SetJmxAttribute |
Health action to set a JMX MBean attribute value.
|
| SetLogLevel |
Health action to change a log level, optionally temporarily.
|
| Snapshot |
A specific sequence of health actions: thread dump, heap dump, jmx dump,
and pdf report.
|
| StartProfiler |
Health action to start a profiler session.
|
| WarnWatchdog |
Health action to send health status to the Resin watchdog.
|