HPE ProLiant WMI Power Supplies Collection Health Monitor

HewlettPackard.Servers.ProLiant.WMI.HPProLiantWMIPowerSuppliesHealthMonitor (UnitMonitor)

An Unit Monitor runs a scrip to get HPE ProLiant WMI Power Supplies Collection Health

Knowledge Base article:

Summary

This health monitor runs a script on the target system to update the state of the HPE ProLiant WMI Power Supplies Collection.

Description

The HPE ProLiant WMI Power Supply Collection presents the health of a subsystem to all system power related components in the server. You can get further information from alerts in the Active Alerts View and from the HPE System Management Homepage task.

Resolutions

If this health collection is in a Warning or Error state, find associated alerts to this server, if any. Also launch the HPE System Management Homepage task for more information and further diagnostics.

Configuration

This monitor can be overridden to adjust the frequency of monitoring by seconds (parameter name: PeriodInSeconds).

Element properties:

TargetHewlettPackard.Servers.ProLiant.WMI.HPProLiantWMIPowerSupplies
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeHewlettPackard.Servers.ProLiant.WMI.ProLiantWMIHealthState
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="HewlettPackard.Servers.ProLiant.WMI.HPProLiantWMIPowerSuppliesHealthMonitor" Target="HewlettPackard.Servers.ProLiant.WMI.HPProLiantWMIPowerSupplies" Enabled="true" Accessibility="Public" TypeID="HewlettPackard.Servers.ProLiant.WMI.ProLiantWMIHealthState" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>StateCollection</Category>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="HealthSuccess" ID="HealthSuccess"/>
<OperationalState HealthState="Warning" MonitorTypeStateID="HealthWarning" ID="HealthWarning"/>
<OperationalState HealthState="Error" MonitorTypeStateID="HealthError" ID="HealthError"/>
</OperationalStates>
<Configuration>
<Component>PowerSupplies_WMI</Component>
<PeriodInSeconds>900</PeriodInSeconds>
<PrincipalName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<TargetName>$Target/Host/Property[Type="HPSC!HewlettPackard.Servers.HPServer"]/NetworkName$</TargetName>
</Configuration>
</UnitMonitor>