is there any reason why the do_alert in handl_trap_timeout is called with
undef parameters:

   do_alert ($group, $service, undef, undef, $FL_TRAPTIMEOUT);

This results that the alert is not sent. Instead of that I put this in:

   do_alert ($group, $service, "", 0, $FL_TRAPTIMEOUT);

now traptimeouts get alerted.

Any help /reason welcome.


Armin

Reply via email to