Owner's Manual

Table Of Contents
='DellServerMonolithicLinux' or ClassName ='DellServerMonolithicWindows' or
ClassName ='DellServerModularESXi' or ClassName ='DellServerMonolithicESXi' or
ClassName ='DellOOBServer' or ClassName ='DellCMC' or ClassName ='DellDRACMC'
or ClassName ='DellDRAC5' or ClassName ='DelliDRAC6' or ClassName
='DellEqualLogic' or ClassName = 'DellMDArray' or ClassName = 'DellVRTXCMC')",
"delldevicemaster",
{
entityid = "eval(int, '&ObjectId')",
classname = "eval(text, '&ClassName')",
servicetag = "eval(text, '&ExtraInfo->m_Dell->m_ServiceTag')",
chassistag = "eval(text, '&ExtraInfo->m_Dell->m_ChassisServiceTag')",
producttype = "eval(text, '&ExtraInfo->m_Dell->m_ProductType')",
osname = "eval(text, '&ExtraInfo->m_Dell->m_OSName')",
eqlMemberIndex = "eval(text, '&ExtraInfo->m_Dell->m_EqlMemberIndex')",
eqlGroupIP = "eval(text, '&ExtraInfo->m_Dell->m_EqlGroupIP')",
eqlStoragePool = "eval(text, '&ExtraInfo->m_Dell->m_EqlStoragePool')",
cmcservicetags = "eval(text, '&ExtraInfo->m_Dell-
>m_CMCServersServiceTag')"
}
);
// Dell specified - END
Dell Specified Changes for nco_p_ncpmonitor.rules
# Dell specified changes – START
case "POLL-DellServerCriticalDef" | "POLL-DellServerWarningDef":
@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"
}
28