HPE Device Monitor Service Health Monitor

HewlettPackard.Servers.HPDeviceMonitorServiceHealthMonitor (UnitMonitor)

Knowledge Base article:

Summary

This monitor monitors the NT Service state of the HPE Device Monitor Service.

Configuration

If disabled, the state of the HPE Device Monitor Service is not available.

Element properties:

TargetHewlettPackard.Servers.HPDeviceMonitorService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeHewlettPackard.Servers.HPDeviceMonitorServiceHealthState
RemotableTrue
AccessibilityPublic
Alert Message
HPE Device Monitor Service Health state error
HPE Device Monitor Service Health state error
RunAsDefault

Source Code:

<UnitMonitor ID="HewlettPackard.Servers.HPDeviceMonitorServiceHealthMonitor" Target="HewlettPackard.Servers.HPDeviceMonitorService" Enabled="true" Accessibility="Public" TypeID="HewlettPackard.Servers.HPDeviceMonitorServiceHealthState" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="HewlettPackard.Servers.HPDeviceMonitorServiceHealthMonitorAlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="HealthSuccess" ID="HealthSuccess"/>
<OperationalState HealthState="Error" MonitorTypeStateID="HealthError" ID="HealthError"/>
</OperationalStates>
<Configuration>
<PeriodInSeconds>900</PeriodInSeconds>
</Configuration>
</UnitMonitor>