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
|
Group Name used for each agent
|
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. 1 - Admin account disabled 2 - Get File change alert 3 - New Agent checked in for the first time 4 - Application has been installed or deleted 5 - Agent Procedure failure detected 6 - NT Event Log error detected 7 - KServer stopped 8 - Protection violation detected. 9 - PCI configuration has been changed 10 - Disk drive configuration change 11 - RAM size changed. 12 - Test email sent by serverInfo.asp 13 - Scheduled report completed 14 - LAN Watch alert type 15 - agent offline 16 - low on disk space 17 - disabled remote control 18 - agent online 19 - new patch found 20 - patch path missing 21 - patch install failed 23 - Backup Alert
|
EmailSubject
|
varchar(500), null
|
Email subject line
|
EmailBody
|
varchar(4000), null
|
Email body
|
|