Chassis SNMP Connectivity Monitor

Intel.Hardware.ModularServer.ChassisConnectivityMonitor5 (UnitMonitor)

Knowledge Base article:

Summary

This Monitor monitors the SNMP connectivity to Chassis Management Module.

Causes

'No Connectivity' state of the monitor indicates there is no SNMP connectivity to Chassis Managment Module(CMM) and hence the actual state of the device cannot be determined. 'Connected' state indicates the connection to CMM is available.

Resolution

If monitor shows 'No Connectivity' check the network connection to CMM. If network connection is available, check the SNMP Configuration of Management Server and CMM for any changes made that affected the SNMP reachability.

Element properties:

TargetIntel.Hardware.ModularServer.SwitchModule
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeIntel.Hardware.ModularServer.ChassisConnectivityMonitorType
RemotableTrue
AccessibilityInternal
RunAsDefault

Source Code:

<UnitMonitor ID="Intel.Hardware.ModularServer.ChassisConnectivityMonitor5" Accessibility="Internal" Enabled="true" Target="Intel.Hardware.ModularServer.SwitchModule" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Intel.Hardware.ModularServer.ChassisConnectivityMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="NoConnectivity" MonitorTypeStateID="ChassisUnAvailable" HealthState="Error"/>
<OperationalState ID="ConnectivityAvailable" MonitorTypeStateID="ChassisIsConnected" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>180</IntervalSeconds>
<HostName>$Target/Host/Host/Property[Type='Intel.Hardware.ModularServer.Chassis']/HostName$</HostName>
</Configuration>
</UnitMonitor>