섀시 네트워크 연결 모니터

Intel.Hardware.ModularServer.CMMAvailabilityMonitor (UnitMonitor)

이 모니터는 인텔® 모듈식 서버 시스템 및 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>