Dell Server Ambient Temperature Inlet Performance Unit Monitor

Dell.ManagedServer.AmbientTempInletPerformanceUnitMonitor (UnitMonitor)

Performance of Ambient temperature Inlet

Knowledge Base article:

Summary

This health monitor fetches the Inlet ambient temperature sensor value periodically. The status can be Warning, Success or Critical

Causes

Element properties:

TargetDell.ManagedServer
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeDell.ManagedServer.AmbientTemp.AverageThresholdUMT
RemotableTrue
AccessibilityPublic
Alert Message
Dell OM: Ambient Inlet Temperature counter exceeded threshold

The Ambient Inlet temperature performance counter for the Dell Server has exceeded the critical threshold set.
RunAsDefault

Source Code:

<UnitMonitor ID="Dell.ManagedServer.AmbientTempInletPerformanceUnitMonitor" Accessibility="Public" Enabled="false" Target="DellManagedServer!Dell.ManagedServer" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" TypeID="Dell.ManagedServer.AmbientTemp.AverageThresholdUMT" Priority="Normal" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Dell.ManagedServer.PerfMonitor.AmbientInletTemp_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="PerformanceWarningThreshold" MonitorTypeStateID="WarningThreshold" HealthState="Warning"/>
<OperationalState ID="PerformanceCriticalThreshold" MonitorTypeStateID="CriticalThreshold" HealthState="Error"/>
<OperationalState ID="PerformanceNormalThreshold" MonitorTypeStateID="NormalThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>21600</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>21600</TimeoutSeconds>
<LogLevel>0</LogLevel>
<InstanceIndex>$Target/Property[Type="DellManagedServer!Dell.ManagedServer"]/UID$</InstanceIndex>
<ComponentType>Dell.ManagedServer.AmbientTempPerf</ComponentType>
<PerformanceMetricName>Ambient SystemBoardInlet Temperature(centigrade)</PerformanceMetricName>
<LowerWarning>3</LowerWarning>
<LowerCritical>-7</LowerCritical>
<HighWarning>42</HighWarning>
<HighCritical>47</HighCritical>
<NumSamples>2</NumSamples>
</Configuration>
</UnitMonitor>