WAS Listener Service Monitor

Microsoft.HostIntegrationServer.2016.WASListenerServiceMonitor (UnitMonitor)

Monitors WAS Listener Service status

Knowledge Base article:

Summary

This monitor checks the status of the Net.Mqs Listener Adapter Service. This is done by a basic service monitor. If the service enters a not running state, the health state will change to a Warning status.

Element properties:

TargetMicrosoft.HostIntegrationServer.2016.WASListener
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.HostIntegrationServer.2016.WASListenerServiceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.HostIntegrationServer.2016.WASListener" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>NetMqsActivator</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>