<br>
I have defined an event_handler on a service and it get executed when
service changed state (from ok to warning/critical or from warning to
critical or critical to warning).<br>
<br>
But I want it get executed when the service is in nonOK state. So if
services always report WARNING I want the event_handler to get executed
again and again.<br>
<br>
Is this posible?<br>