| Interface | Description |
|---|---|
| HealthActionAware | |
| HealthPredicate |
| Class | Description |
|---|---|
| AbstractCombiningPredicate | |
| AbstractHealthCheckPredicate | |
| AbstractHealthPredicate | |
| AbstractScheduledHealthPredicate |
HealthPredicate that only matches during a scheduled event.
|
| And |
Matches if all of the child predicates match.
|
| EventPredicate | |
| IfCriticalRechecked |
Qualifies an action to match only after the required number of rechecks
have been performed.
|
| IfCron |
Matches if the current time is in an active range configured by
cron-style times.
|
| IfExpr |
Qualifies an action to execute based on the evaluation of an JSP EL
expression.
|
| IfFlapping |
Qualifies an action to match only when the health check status is flapping.
|
| IfHealthCritical |
Qualifies an action to match critical health status.
|
| IfHealthEvent |
Qualifies an action to match only on a health event.
|
| IfHealthFatal |
Qualifies an action to match critical health status.
|
| IfHealthOk |
Qualifies an action to match OK health status.
|
| IfHealthStatus | |
| IfHealthUnknown |
Qualifies an action to match unknown results.
|
| IfHealthWarning |
Qualifies an action to match warning health status.
|
| IfMessage |
Qualifies an action to match health result message to a regular expression.
|
| IfNotRecent |
Qualifies an action to match at most an amount of time after the last execution.
|
| IfRechecked |
Qualifies an action to match only after the required number of rechecks
have been performed.
|
| IfRecovered |
Qualifies an action to match upon recovery of Resin health.
|
| IfUptime |
Qualifies an action to match an amount of time after startup.
|
| LifecyclePredicate | |
| Nand |
Matches if all of the child predicates fail.
|
| Nor |
Matches if none of the child predicates match.
|
| Not |
Matches if the child predicate is false.
|
| OnAbnormalStop |
Qualifies an action to match only when Resin is stopping with an non-OK
exit code.
|
| OnRestart |
Qualifies an action to match only when Resin is restarted by the watchdog.
|
| OnStart |
Qualifies an action to match only when Resin is starting.
|
| OnStop |
Qualifies an action to match only when Resin is stopping.
|
| Or |
Matches if any of the child predicates match.
|