@Singleton @Configurable public class WarnWatchdog extends AbstractHealthAction
<health:HttpStatusHealthCheck ee:Named="httpStatusCheck">
<url>http://localhost:8080/test-ping.jsp</url>
</health:HttpStatusHealthCheck>
<health:WarnWatchdog>
<health:IfHealthCritical healthCheck="${httpStatusCheck}"/>
<health:IfRechecked/>
</health:WarnWatchdog>
| Constructor and Description |
|---|
WarnWatchdog() |
| Modifier and Type | Method and Description |
|---|---|
HealthActionResult |
doActionImpl(HealthEvent healthEvent) |
add, addListener, doAction, getPredicates, init, start, stop, toStringpublic HealthActionResult doActionImpl(HealthEvent healthEvent) throws java.lang.Exception
doActionImpl in class AbstractHealthActionjava.lang.Exception