Sql Broker Kullanılabilirlik İzleyicisi

Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor (UnitMonitor)

Operations Manager işlevleri için Sql Broker'ın durumuna bakan izleyici.

Knowledge Base article:

Özet

Bu izleyiciden gelen bir uyarı ve kritik durum, Operations Manager İşlemsel Veritabanına yönelik SQL Broker'ın yanlış yapılandırıldığını gösterir. Bu durumu nasıl ortadan kaldıracağınızı öğrenmek için lütfen Çözümler bölümüne bakın.

Nedenler

Bunun nedeni Operations Manager İşlemsel Veritabanına yönelik SQL Broker'ın devre dışı bırakılması veya bir yapılandırma hatası olabilir.

Çözümlemeler

Bu sorunu çözmek için aşağıdaki adımları izleyin.

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.SqlBrokerAvailabilityMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SQL Server Broker devre dışı
Operations Manager veritabanı için SQL Server Broker devre dışı bırakılmış
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.RootManagementServer" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.SqlBrokerAvailabilityMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="SqlBrokerIsEnabled" MonitorTypeStateID="SqlBrokerEnabled" HealthState="Success"/>
<OperationalState ID="SqlBrokerIsDisabled" MonitorTypeStateID="SqlBrokerDisabled" HealthState="Error"/>
</OperationalStates>
<Configuration/>
</UnitMonitor>