Setup Guide
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"))
{
$tmpVal = "5"
}
else if (match(@Severity, "2"))
{
$tmpVal = "2"
}
case "POLL-DellNSeriesSwitchCriticalDef" | "POLL-
DellNSeriesSwitchWarningDef":
@Class = 2092
@AlertGroup = "DellN-SeriesSwitch"
case "POLL-DellWSeriesSwitchCriticalDef":
@Class = 2093
@AlertGroup = "DellW-SeriesSwitch"
# Dell specific changes – END
# Append the value of @Identifier, with the new variable $tmpVal, as given
below #
#
#@Identifier = $EntityName + @LocalPriObj + "->" + $EventName + @Type +
@NmosDomainName + $tmpVal
// Dell specified changes - END
Cambios especificados de Dell para EndNode.aoc
// Dell specified changes - START
OR
(
EntityOID like '1\.3\.6\.1\.4\.1\.6876\.4\.1'
)
// Dell specified changes - END
Cambios especificados de Dell para ncimMetaData.xml
// Dell specified changes - START
<entityMetaData table="delldevicemaster" manager="AllManagers"
entitySearch="true">
<dataField tableAlias="d" dataType="int" column="entityid"/>
<dataField tableAlias="d" dataType="str" column="classname"/>
41