Changes

Event

338 bytes added, 00:44, 1 August 2017
m
no edit summary
The flow of an event into Veloopti is described as follows
  IF the event is in in matches [[Outage|outage]] rule THEN IF outage rule = suppress THEN End Suppress the event EXIT ELSE IF the event is a duplicate outage rule = auto close THEN Increment Close the [[Event_lifecycle#Previous_events_and_duplicates|duplicate count]] by oneevent ELSE EXIT The event then enters Veloopti and starts its [[Event lifecycle|event lifecycle]]n END IF
END IF
IF the event matches a one or more storm rule rules THEN Perform the storm rule END IF IF the event has a notification THEN Perform the notification(s)
END IF
IF event matches an existing event with the same severity THEN
Change the severity to match the new one
Increment the [[Event_lifecycle#Previous_events_and_duplicates|duplicate count]] by one
ELSE IF event matches an existing event THEN
Increment the [[Event_lifecycle#Previous_events_and_duplicates|duplicate count]] by one
ELSE
Create the event
IF the event has a notification THEN
Perform the notification
END IF
END IF
[[Category:Events]]