HPE ProLiant SNMP Cooling Collection Health Monitor

HewlettPackard.Servers.ProLiant.SNMP.HPProLiantSNMPCoolingHealthMonitor (UnitMonitor)

An Unit Monitor runs a script to get HPE ProLiant SNMP Cooling Collection Health

Knowledge Base article:

Summary

This health monitor runs a script on the target system to update the state of the HPE ProLiant SNMP Cooling Collection.

Description

The HPE ProLiant SNMP Cooling Collection presents the health of a subsystem to all cooling related components such as fans in the server. You can get further information from the State Change Events tab in the Health Explorer, the alerts in the Active Alerts View, and on the HPE System Management Homepage task.

Resolutions

If this health collection is in a Warning or Error state, find the 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.SNMP.HPProLiantSNMPCooling
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeHewlettPackard.Servers.ProLiant.SNMP.ProLiantSNMPHealthState
RemotableTrue
AccessibilityPublic
Alert Message
A HPE Health Collection is in failed state.
An instance of HPE Health Collection class has updated the state to be error or warning.
RunAsDefault

Source Code:

<UnitMonitor ID="HewlettPackard.Servers.ProLiant.SNMP.HPProLiantSNMPCoolingHealthMonitor" Target="HewlettPackard.Servers.ProLiant.SNMP.HPProLiantSNMPCooling" Enabled="true" Accessibility="Public" TypeID="HewlettPackard.Servers.ProLiant.SNMP.ProLiantSNMPHealthState" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="HewlettPackard.Servers.ProLiant.SNMP.HPProliantHealthCollectionMonitorAlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<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>Cooling_SNMP</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>