Service Bus Message Broker Service Availability Monitor

Microsoft.ServiceBus.v1.1.BackEndRoleAvailMonitor (UnitMonitor)

Knowledge Base article:

Summary

This object monitors Back End service availability of the host.

Causes

Back End service is not available on the host.

Resolutions

Start by calling Remove-SBHost to remove the host from the farm. Then, reinstall Service Bus on the Host. Finally, Add the host back to the farm (join farm).

Element properties:

TargetMicrosoft.ServiceBus.v1.1.BackEndRole
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.ServiceBus.v1.1.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Service Bus Message Broker Service Stopped
Service Bus Message Broker Service Stopped
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ServiceBus.v1.1.BackEndRoleAvailMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.ServiceBus.v1.1.BackEndRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.ServiceBus.v1.1.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.ServiceBus.v1.1.BackEndRoleAvailMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName/>
<ServiceName>Service Bus Message Broker</ServiceName>
<Frequency>300</Frequency>
<CheckStartupType/>
</Configuration>
</UnitMonitor>