Session Integrator Service Monitor

Microsoft.HostIntegrationServer.2013.SIServiceMonitor (UnitMonitor)

Monitors the Session Integrator Service state

Knowledge Base article:

Summary

This monitor checks the status of the SIServer 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.2013.SIServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.HostIntegrationServer.2013.SIServiceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.HostIntegrationServer.2013.SIServer" 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>siserver</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>