BizTalk Service Availability

Microsoft.BizTalk.Services.BizTalkApplicationService.ServiceRunningMonitor (UnitMonitor)

Checks that the BizTalk services are running.

Knowledge Base article:

Summary

BizTalk Service Availability Monitor

Causes

If one of the BizTalk application services is not running then this monitor will change to a critical state and is configured to generate an alert by default.

Resolutions

Start the BizTalk application service that has stopped.

Element properties:

TargetMicrosoft.BizTalk.Services.BizTalkApplicationService
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
One of the BizTalk Application Services is not running.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.BizTalk.Services.BizTalkApplicationService.ServiceRunningMonitor" Accessibility="Internal" Enabled="true" Target="BZLib!Microsoft.BizTalk.Services.BizTalkApplicationService" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.BizTalk.Services.BizTalkApplicationService.ServiceRunningMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="BZLib!Microsoft.BizTalk.2006.BizTalkServer.ServerRole"]/ComputerName$</ComputerName>
<ServiceName>$Target/Property[Type="BZLib!Microsoft.BizTalk.Services.BizTalkApplicationService"]/ServiceName$</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>