Setup Guide
// Dell specified changes - END
Modifications indiquées par Dell pour
DbEntityDetails.domain.cfg
// Dell specified changes – START
insert into dbModel.entityMap
(
EntityFilter,
TableName,
FieldMap
)
values
(
"(EntityType = 1 or EntityType = 8) and (ExtraInfo->m_Dell->m_ProductType
is not NULL)",
"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')",
isOEM = "eval(text, '&ExtraInfo->m_Dell->m_isOEM)",
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 changes - END
Modifications indiquées par Dell pour
nco_p_ncpmonitor.rules
// Dell specified changes - START
case "POLL-DellServerCriticalDef" | "POLL-DellServerWarningDef":
@Class = 2080
@AlertGroup = "DellServer"
case "POLL-OEMServerCriticalDef" | "POLL-OEMServerWarningDef":
@Class = 2080
@AlertGroup = "OEMServer"
case "POLL-DellWorkstationCriticalDef" | "POLL-DellWorkstationWarningDef":
@Class = 2080
@AlertGroup = "DellWorkstation"
case "POLL-DellPowerVaultNXCriticalDef" | "POLL-DellPowerVaultNXWarningDef":
@Class = 2080
@AlertGroup = "DellPowerVaultNX"
case "POLL-DellCMCCriticalDef" | "POLL-DellCMCWarningDef":
@Class = 2094
@AlertGroup = "DellCMC"
case "POLL-DellDRACCriticalDef" | "POLL-DellDRACWarningDef":
@Class = 2087
39