Dell Server Unit Monitor

Dell.Server.PollBasedUnitMonitor (UnitMonitor)

Unit Monitor for Server that gets the over all health of Server

Knowledge Base article:

Summary

Server Health Unit Monitor

Causes

Resolutions

Additional information on this issue may be available. Launch the DRAC or OMSA Console to debug further.

Element properties:

TargetDell.Server
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeDell.Operations.Server.TemplateMethod.ServerHealthCookDownUMT
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Dell.Server.PollBasedUnitMonitor" Accessibility="Public" Enabled="true" Target="DellModelServer!Dell.Server" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" TypeID="Dell.Operations.Server.TemplateMethod.ServerHealthCookDownUMT" Priority="Normal" ConfirmDelivery="false">
<Category>Custom</Category>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="Critical" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>21600</IntervalSeconds>
<LogLevel>0</LogLevel>
<InstanceIndex>$Target/Property[Type="DellModelServer!Dell.Server"]/UID$</InstanceIndex>
<RemoteAccessIP>$Target/Property[Type="DellModelServer!Dell.Server"]/RemoteAccessIP$</RemoteAccessIP>
<RemoteConfig>$Target/Property[Type="DellModelServer!Dell.Server"]/RemoteSettings$</RemoteConfig>
<ComponentType>Dell.Server</ComponentType>
<Username>$RunAs[Name="OOB!Microsoft.SystemCenter.OOB.SMASHMonitoringProfile"]/UserName$</Username>
<Password>$RunAs[Name="OOB!Microsoft.SystemCenter.OOB.SMASHMonitoringProfile"]/Password$</Password>
</Configuration>
</UnitMonitor>