HPE ProLiant Agentless Server Realtime Monitor Collection Health Monitor

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

Knowledge Base article:

Summary

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

Description

HPE ProLiant Agentless Server Realtime Monitors Collection presents the health of Auto Server Recovery component in the server. Further information can be obtained to look through Alerts on Active Alerts View.

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.HPSystemRealtimeMonitors
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 Realtime Monitor Collection state error
HPE ProLiant Agentless Realtime Monitor Collection State has been Warning or Error state.
RunAsDefault

Source Code:

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