|
|
|
vMonitorAlarmSystemCheck
|
Listing of all alarms created by monitor system checks.
|
Column Name
|
Type
|
Purpose
|
Machine_GroupID
|
varchar
|
A concatenated representation of the machine id and the group id it is associated with
|
agentGuid
|
numeric
|
A globally unique identifier for a machine ID.group ID account and its corresponding agent.
|
MachineName
|
varchar
|
Machine Name used for each agent
|
GroupName
|
varchar
|
Group Name used for each agent
|
MonitorAlarmID
|
int
|
unique monitor alarm number
|
MonitorType
|
tinyint
|
5 -> Monitor system check
|
SystemCheckType
|
int
|
1 -> Web Server
2 -> DNS Server
4 -> Port Connection
5 -> Ping
6 -> Custom
|
AlarmType
|
smallint
|
0 -> Alarm
1 -> Trending
|
Parameter1
|
varchar
|
First parameter used in system check
|
Parameter2
|
varchar
|
(Optional) Second parameter used by system check
|
Message
|
varchar
|
Message created from alarm, email message body
|
AlarmSubject
|
varchar
|
Subject of alarm and email subject
|
AlarmEmail
|
varchar
|
Email Address(es) alarm is sent to
|
EventTime
|
datetime
|
Date and Time of alarm
|
TicketID
|
int
|
Ticket ID created from alarm
|
AdminName
|
varchar
|
Administrator who assigned of monitor counter to machine
|