Owner's Manual

Table Of Contents
@Class = 2080
@AlertGroup = "DellServer"
case "POLL-DellCMCCriticalDef" | "POLL-DellCMCWarningDef":
@Class = 2086
@AlertGroup = "DellCMC"
case "POLL-DellDRACCriticalDef" | "POLL-DellDRACWarningDef":
@Class = 2087
@AlertGroup = "DellDRAC"
case "POLL-DellOOBServerCriticalDef" | "POLL-DellOOBServerWarningDef":
@Class = 2088
@AlertGroup = "DellOOBServer"
case "POLL-DellVRTXCMCCriticalDef" | "POLL-DellVRTXCMCWarningDef":
@Class = 2084
@AlertGroup = "DellVRTXCMC"
case "POLL-DCLMStatus":
@Class = 2081
if (match(@Severity, "5"))
{
$tmpVal = "5"
}
else if (match(@Severity, "2"))
{
$tmpVal = "2"
}
case "POLL-DellEqualLogicStatus":
@Class = 2085
if (match(@Severity, "5"))
{
$tmpVal = "5"
}
else if (match(@Severity, "2"))
{
$tmpVal = "2"
}
else if (match(@Severity, "3"))
{
$tmpVal = "3"
}
case "POLL-DellESXiServerStatus":
@Class = 2080
if (match(@Severity, "5"))
{
$tmpVal = "5"
}
else if (match(@Severity, "2"))
{
$tmpVal = "2"
}
case "POLL-DellMDStorageArrayStatus":
@Class = 2809
if (match(@Severity, "2"))
{
$tmpVal = "2"
}
else if (match(@Severity, "3"))
{
$tmpVal = "3"
}
>
# Append the value of @Identifier, with the new variable $tmpVal, as given
below #
#
@Identifier = $EntityName + @LocalPriObj + "->" + $EventName + @Type +
13