HPE ProLiant Agentless Server Management Processor Collection Health Monitor

HewlettPackard.ProLiant.Monitored.Agentless.HPSystemManagementProcessorsHealthMonitor (UnitMonitor)

Knowledge Base article:

Summary

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

Description

HPE ProLiant Agentless Server Management Processors Collection presents the health of subsystem to all HPE Integrated Lights-Out related components in the server. Further information can be obtained to look through Alerts on Active Alerts View, launch HPE Integrated Lights-Out task.

Resolutions

If this health collection is in Warning or Error state, please find associated Alerts to this server if any. Also launch HPE Integrated Lights-Out 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.Agentless.HPSystemManagementProcessors
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeHewlettPackard.ProLiant.Monitored.Agentless.HPAgentlessServerHealthState
RemotableTrue
AccessibilityPublic
Alert Message
HPE ProLiant Agentless Management Processor Collection state error
HPE ProLiant Agentless Management Processor Collection State has been Warning or Error state.
RunAsDefault

Source Code:

<UnitMonitor ID="HewlettPackard.ProLiant.Monitored.Agentless.HPSystemManagementProcessorsHealthMonitor" Target="HewlettPackard.ProLiant.Monitored.Agentless.HPSystemManagementProcessors" Enabled="true" Accessibility="Public" TypeID="HewlettPackard.ProLiant.Monitored.Agentless.HPAgentlessServerHealthState" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="HewlettPackard.ProLiant.Monitored.Agentless.HPSystemManagementProcessorsMonitorAlertMessage">
<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>ManagementProcessor</Component>
<ComponentID>$Target/Property[Type="HPSC!HewlettPackard.Servers.HPHealthCollection"]/ServerName$</ComponentID>
<PeriodInSeconds>900</PeriodInSeconds>
</Configuration>
</UnitMonitor>