Setup Guide
@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"
}
case "POLL-DellMSeriesSwitchCriticalDef" | "POLL-
DellMSeriesSwitchWarningDef":
@Class = 2091
@AlertGroup = "DellM-SeriesSwitch"
case "POLL-DellZSeriesSwitchCriticalDef" | "POLL-DellZSeriesSwitchWarningDef":
@Class = 2091
@AlertGroup = "DellZ-SeriesSwitch"
case "POLL-DellCSeriesSwitchCriticalDef" | "POLL-DellCSeriesSwitchWarningDef":
@Class = 2091
@AlertGroup = "DellC-SeriesSwitch"
case "POLL_DellSSeriesSwitchPoll":
@Class = 2091
@AlertGroup = "DellS-SeriesSwitch"
if (match(@Severity, "5"))
{
39