Next Topic

Previous Topic

Book Contents

GetEventAlertList

Gets alert events assigned to a machine.

Multiple records of the following fields are returned.

AgentGuid

decimal

A unique identifier for a machine ID.group ID account and its corresponding agent.

AlertEmail

string

Email addresses an alert email is sent to.

EventLogTypeId

int

Unique id number associated with this event log. For example:

Application -> 796450521
DNS Server -> 1208407329
Security -> 1664713117
System -> 1380569194

When the event log type is pulled from a windows machine, if it doesn’t exist it will be created in this table with a unique Id. This Id will be the same across all systems, this is accomplished by using the name in the creation of the Id.

EventLogCategoryValue

int

1 - Error
2 - Warning
4 - Informational
8 - Success Audit
16 - Failure Audit
256 - Critical
512 - Verbose

EventSetId

int

A unique identifier of the event set.

AgentProcedureId

int

Unique identifier of agent procedure to run if an alert is created.
0 or null = do not run a script

AgentProcedureMachGuid

decimal

The unique identifier of the machine the agent procedure is run on.

CreateTicket

boolean

If true, a ticket is created if an alert is created.

SendEmail

boolean

If true, email is sent if an alert is created.

CreateAlarm

boolean

If true, an alarm is created if an alert is created.

CriteriaType

int

The criteria to meet to trigger an alert.
0, null = single event
1 = multiple events for duration
2 = missing event for duration.

EventCount

int

Number of events to occur before an alert is triggered

AlarmDurationSecs

int

Number of seconds to wait before an alert is triggered.

AlarmRearmSec

int

Number of seconds to wait after an alert has occurred before a new alert is triggered for the same criteria.

A single record of the following fields is returned.

Method

string

The operation that requested this response.

TransactionID

decimal

The unique message ID for this message.

ErrorMessage

string

If blank, no error was returned.

ErrorLocation

string

If blank, no error was returned.