HPE ProLiant Linux Server Processors Health Monitor

HewlettPackard.ProLiant.Monitored.Linux.HPSystemProcessorsHealthMonitor (UnitMonitor)

Knowledge Base article:

Summary

This health monitor runs a script on the target system to update the state of HPE ProLiant Linux Server Processors Collection.

Description

HPE ProLiant Linux Server Processors Collection presents the health of subsystem to all processor related components in the server. Further information can be obtained to look through State Change Events tab in the Health Explorer, Alerts on Active Alerts View and HPE System Management Homepage task.

Resolutions

If this health collection is in warning or error state, please find associated Alerts to this server if any. Also launch HPE System Management Homepage task for more information and further diagnostic.

Configuration

You can override this Monitor to adjust the frequency of monitoring by seconds (parameter name: PeriodInSeconds).

Element properties:

TargetHewlettPackard.ProLiant.Monitored.Linux.HPSystemProcessors
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeHewlettPackard.ProLiant.Monitored.Linux.HPLinuxServerHealthState
RemotableTrue
AccessibilityPublic
Alert Message
HPE ProLiant Linux Processors state error
HPE ProLiant Linux Processor State has been Warning or Error state.
RunAsDefault

Source Code:

<UnitMonitor ID="HewlettPackard.ProLiant.Monitored.Linux.HPSystemProcessorsHealthMonitor" Target="HewlettPackard.ProLiant.Monitored.Linux.HPSystemProcessors" Enabled="true" Accessibility="Public" TypeID="HewlettPackard.ProLiant.Monitored.Linux.HPLinuxServerHealthState" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="HewlettPackard.ProLiant.Monitored.Linux.HPSystemProcessorsMonitorAlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</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>
<TargetName>$Target/Property[Type="HPSC!HewlettPackard.Servers.HPHealthCollection"]/ServerName$</TargetName>
<Component>Processors</Component>
<ComponentID>$Target/Property[Type="HPSC!HewlettPackard.Servers.HPHealthCollection"]/ServerName$</ComponentID>
<PeriodInSeconds>900</PeriodInSeconds>
</Configuration>
</UnitMonitor>