Storage Center Fan Sensor Rpm Monitor

Dell.Storage.ControllerFanSensorRpm.Monitor (UnitMonitor)

Description for the new unit monitor.

Knowledge Base article:

Summary

Monitors the revolutions per minute of a Controller Fan.

Causes

An unhealthy state indicates the revolutions per minute of this Controller Fan are not within threshold values. Check for alerts that may provide additional information regarding the status of this volume.

Resolutions

Contact Dell Technical Support if further assistance is required.

Element properties:

TargetDell.Storage.ControllerFanSensor
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeDell.Storage.ControllerFanSensorRpm.MonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Dell.Storage.ControllerFanSensorRpm.Monitor" Accessibility="Public" Enabled="true" Target="Dell.Storage.ControllerFanSensor" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Dell.Storage.ControllerFanSensorRpm.MonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<OperationalStates>
<OperationalState ID="Normal" MonitorTypeStateID="Normal" HealthState="Success"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Critical" MonitorTypeStateID="Critical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>