HP ProLiant SNMP Processors Collection Health Monitor

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

An Unit Monitor runs a script to get HP ProLiant SNMP Processors Collection Health

Knowledge Base article:

Summary

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

Description

The HP ProLiant SNMP Processors Collection presents the health of a subsystem to all processor related components 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 HP 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 HP 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.HPProLiantSNMPProcessors
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 HP Health Collection is in failed state.
An instance of HP Health Collection class has updated the state to be error or warning.
RunAsDefault

Source Code:

<UnitMonitor ID="HewlettPackard.Servers.ProLiant.SNMP.HPProLiantSNMPProcessorsHealthMonitor" Target="HewlettPackard.Servers.ProLiant.SNMP.HPProLiantSNMPProcessors" 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>Processors_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>