Changes

Event

396 bytes added, 21:28, 2 August 2017
m
no edit summary
== How events enter Veloopti ==
The flow of an Events enter into your organisation though the following methods:# A policy running on a Veloopti agent detects a breach## A logfile policy detects a match## A SNMP trap is received that matches# A metric threshold is violated# It is injected by the Veloopti agent Application Programming Interface (API) Once the event into has been forwarded to Veloopti it is described as followsprocessed according to the following logic.
IF event matches [[Outage|outage]] rule THEN
EXIT
ELSE IF outage rule = auto close THEN
Close <b>Create the event</b> and close
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