Dell Server Peak Headroom Performance Unit Monitor

Dell.ManagedServer.PeakHeadroomPerformanceUnitMonitor (UnitMonitor)

Performance of Peak Headroom

Knowledge Base article:

Summary

This health monitor fetches the Peak Headroom 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.ServerPerformanceCookDownUMT
RemotableTrue
AccessibilityPublic
Alert Message
Dell OM: Peak Headroom counter exceeded threshold

The Peak Headroom performance counter for the Dell Server has exceeded the critical threshold set.
RunAsDefault

Source Code:

<UnitMonitor ID="Dell.ManagedServer.PeakHeadroomPerformanceUnitMonitor" Accessibility="Public" Enabled="false" Target="DellManagedServer!Dell.ManagedServer" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" TypeID="Dell.ManagedServer.ServerPerformanceCookDownUMT" Priority="Normal" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Dell.ManagedServer.PerfMonitor.PeakHeadroom_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.PeakHeadroomPerf</ComponentType>
<PerformanceMetricName>Peak Headroom</PerformanceMetricName>
<Warning>750</Warning>
<Critical>790</Critical>
<NumSamples>2</NumSamples>
</Configuration>
</UnitMonitor>