Monitor dostępności usługi SQL Broker

Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor (UnitMonitor)

Monitor, który sprawdza, czy stan usługi SQL Broker umożliwia współpracę z programem Operations Manager.

Knowledge Base article:

Podsumowanie

Alert z tego monitora oraz stan krytyczny wskazują na nieprawidłową konfigurację usługi SQL Broker operacyjnej bazy danych programu Operations Manager. Zapoznaj się z sekcją Rozwiązania, aby poznać sposoby rozwiązywania tego problemu.

Przyczyny

Przyczyną tego problemu może być wyłączenie przez kogoś usługi SQL Broker dla operacyjnej bazy danych programu Operations Manager bądź też błąd konfiguracji.

Rozwiązania

Wykonaj poniższe kroki, aby rozwiązać ten problem.

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
Usługa SQL Server Broker jest wyłączona
Usługa SQL Server Broker dla bazy danych programu Operations Manager jest wyłączona
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>