1,774
edits
Changes
Event
,no edit summary
== How events enter Veloopti ==
IF event matches [[Outage|outage]] rule THEN
EXIT
ELSE IF outage rule = auto close THEN
EXIT
END IF
IF event matches an existing event with a different severity THEN
Change the existing events severity to match the new one
Increment the existing events [[Event_lifecycle#Previous_events_and_duplicates|duplicate count]] by one
ELSE IF event matches an existing event with the same severity THEN
Increment the existing events [[Event_lifecycle#Previous_events_and_duplicates|duplicate count]] by one
ELSE
<b>Create the event</b>
IF the event has a notification THEN
Perform the notification