vAlertLog
vAlertLog |
Logs each alert sent out via email. Multiple rows per machine |
|
Column Name |
Type |
Purpose |
Machine_GroupID |
varchar(201), null |
A concatenated representation of the machine id and the group id it is associated with. |
agentGuid |
numeric(26,0), null |
A globally unique identifier for a machine ID.group ID account and its corresponding agent. |
machName |
varchar(100), null |
Machine Name used for each agent |
groupName |
varchar(100), null |
organization, then machine group the machine is assigned to |
EventTime |
datetime(3), null |
time stamp when the event was recorded |
AlertEmail |
varchar(1000), null |
email address to send the alert to |
AlertType |
int(10), null |
Alerts are one of several monitor types. |
EmailSubject |
varchar(500), null |
Email subject line |
EmailBody |
varchar(4000), null |
Email body |