Setup Guide
@AlertGroup = "DellDRAC"
case "POLL-DelliDRAC7CriticalDef" | "POLL-DelliDRAC7WarningDef":
@Class = 2088
@AlertGroup = "Dell iDRAC7"
case "POLL-DelliDRAC8CriticalDef" | "POLL-DelliDRAC8WarningDef":
@Class = 2088
@AlertGroup = "Dell iDRAC8"
case "POLL-OEMiDRACCriticalDef" | "POLL-OEMiDRACWarningDef":
@Class = 2088
@AlertGroup = "OEM iDRAC"
case "POLL-DellVRTXCMCCriticalDef" | "POLL-DellVRTXCMCWarningDef":
@Class = 2094
@AlertGroup = "DellVRTXCMC"
case "POLL-DellFX2CMCCriticalDef" | "POLL-DellFX2CMCWarningDef":
@Class = 2094
@AlertGroup = "DellFX2CMC"
case "POLL-DellCompellentCriticalDef" | "POLL-DellCompellentWarningDef":
@Class = 2090
@AlertGroup = "DellCompellent"
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" | "POLL-DellESXiWorkstationStatus":
@Class = 2080
if (match(@Severity, "5"))
{
$tmpVal = "5"
}
else if (match(@Severity, "2"))
{
$tmpVal = "2"
}
case "POLL-DellMDStorageArrayStatus" | "POLL-DellMDStorageArrayWarningDef":
@Class = 2809
@AlertGroup = "DellPowerVaultMD"
if (match(@Severity, "2"))
{
$tmpVal = "2"
}
else if (match(@Severity, "3"))
{
$tmpVal = "3"
}
40