Setup Guide
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
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
@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":
39