Chassis Network Connectivity Monitor

Intel.Hardware.ModularServer.CMMAvailabilityMonitor (UnitMonitor)

This monitor keeps track of the network connectivity of Intel® Modular Server System and CMM.

Knowledge Base article:

Causes

There is no/poor network connectivity to Chassis Management Module.

Summary

If there is no connectivity the data / status of the chassis shown will be incorrect.

Element properties:

TargetIntel.Hardware.ModularServer.Chassis
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.PingMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Chassis Connectivity
There is no network connectivity to the Chassis or Chassis Management Module.
RunAsDefault

Source Code:

<UnitMonitor ID="Intel.Hardware.ModularServer.CMMAvailabilityMonitor" Accessibility="Public" Enabled="true" Target="Intel.Hardware.ModularServer.Chassis" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="SC!Microsoft.SystemCenter.PingMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Intel.Hardware.ModularServer.CMMAvailabilityMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ChassisReachable" MonitorTypeStateID="Reachable" HealthState="Success"/>
<OperationalState ID="ChassisLimitedConnectivity" MonitorTypeStateID="SlowResponseTime" HealthState="Warning"/>
<OperationalState ID="ChassisUnReachable" MonitorTypeStateID="Unreachable" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Computer>$Target/Property[Type='Intel.Hardware.ModularServer.Chassis']/IPAddress$</Computer>
<ResponseTimeThreshold>5</ResponseTimeThreshold>
<Frequency>60</Frequency>
</Configuration>
</UnitMonitor>