Storage Center Temperature Sensor Temperature Monitor

Dell.Storage.ControllerTemperatureSensorTemperature.Monitor (UnitMonitor)

Description for the new unit monitor.

Knowledge Base article:

Summary

Monitors the temperature of a Controller Temperature Sensor.

Causes

An unhealthy state indicated the temperature of this Controller Temperature Sensor is not within threshold values. Check for alerts that may provide additional information regarding the status of this Controller Temperature Sensor.

Resolutions

Contact Dell Technical Support if further assistance is required.

Element properties:

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

Source Code:

<UnitMonitor ID="Dell.Storage.ControllerTemperatureSensorTemperature.Monitor" Accessibility="Public" Enabled="true" Target="Dell.Storage.ControllerTemperatureSensor" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Dell.Storage.ControllerTemperatureSensorTemperature.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>