Монитор сетевого подключения корпуса

Intel.Hardware.ModularServer.CMMAvailabilityMonitor (UnitMonitor)

Этот монитор отслеживает подключения системы Intel® Modular Server и 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
Подключения корпуса
Корпус или модуль управления корпусом не подключен к сети.
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>