-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
S24-W34/35
-
1
Following query should only be called after alert is created and once during startup:
select a.alertid,a.mediatypeid,a.sendto,a.subject,a.message,a.status,a.retries,e.source,e.object,e.objectid,a.parameters,a.eventid,a.p_eventid from alerts a left join events e on a.eventid=e.eventid where alerttype=0 and a.status=3 order by a.alertid
Actual:
It is called every second