TN3270 Service Monitor

Microsoft.HostIntegrationServer.2013.TN3270ServiceMonitor (UnitMonitor)

Monitor for the TN3270 service on an SNA Gateway

Knowledge Base article:

Summary

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

Source Code:

<UnitMonitor ID="Microsoft.HostIntegrationServer.2013.TN3270ServiceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.HostIntegrationServer.2013.TN3270" 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"]/NetbiosComputerName$</ComputerName>
<ServiceName>TN3270</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>