Monitorování dostupnosti služby SQL Broker

Microsoft.ServiceManager.SqlBrokerAvailabilityMonitor (UnitMonitor)

Monitorování, které zjistí stav služby SQL Broker pro funkci nástroje Operations Manager.

Knowledge Base article:

Souhrn

Výstraha z tohoto monitorování a kritický stav naznačují, že je služba SQL Broker nesprávně nakonfigurovaná pro databázi portálu Service Manager. Postup nápravy tohoto stavu naleznete v části Řešení.

Příčiny

Řešení

Chcete-li tento problém vyřešit, postupujte podle následujících kroků:

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
RemotableFalse
AccessibilityPublic
Alert Message
Služba SQL Server Broker je zakázána.
Služba SQL Server Broker pro databázi portálu Service Manager je zakázána.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ServiceManager.SqlBrokerAvailabilityMonitor" Accessibility="Public" Enabled="true" Target="SM!Microsoft.SystemCenter.ServiceManager.ManagementServer" ParentMonitorID="Microsoft.ServiceManager.SDKService.AvailabilityHealthRollup" Remotable="false" 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>