Verfügbarkeitsmonitor für SQL Broker

Microsoft.ServiceManager.SqlBrokerAvailabilityMonitor (UnitMonitor)

Ein Monitor, der für die Operations Manager-Funktionalität den Status von SQL Broker überwacht.

Knowledge Base article:

Zusammenfassung

Mit einer Warnung dieses Monitors und dem Status "Kritisch" wird darauf hingewiesen, dass der SQL Broker für die Service Manager-Datenbank falsch konfiguriert ist. Lesen Sie im Abschnitt "Lösungen" nach, wie dieser Zustand behoben werden kann.

Ursachen

Lösungen

Gehen Sie wie folgt vor, um dieses Problem zu beheben.

Element properties:

TargetMicrosoft.SystemCenter.ServiceManager.ManagementServer
Parent MonitorMicrosoft.ServiceManager.SDKService.AvailabilityHealthRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.ServiceManager.SqlBrokerAvailabilityMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SQL Server Broker deaktiviert.
SQL Server Broker für die Service Manager-Datenbank ist deaktiviert.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ServiceManager.SqlBrokerAvailabilityMonitor" Accessibility="Public" Enabled="true" Target="SM!Microsoft.SystemCenter.ServiceManager.ManagementServer" ParentMonitorID="Microsoft.ServiceManager.SDKService.AvailabilityHealthRollup" Remotable="true" Priority="Normal" TypeID="Microsoft.ServiceManager.SqlBrokerAvailabilityMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.ServiceManager.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>