Monitor de disponibilidad de Broker de Sql

Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor (UnitMonitor)

Monitor que comprueba el estado de Broker de SQL para conocer la funcionalidad de Operations Manager.

Knowledge Base article:

Resumen

Una alerta de este monitor y un estado crítico indican que Broker de SQL está mal configurado para la base de datos operativa de Operations Manager. Consulte la sección Resoluciones para solucionar esta condición.

Causas

Esto puede deberse a que alguien haya deshabilitado Broker de SQL para la base de datos operativa de Operations Manager o a un error de configuración.

Soluciones

Siga los pasos descritos a continuación para remediar este problema.

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
Broker de SQL Server deshabilitado
Broker de SQL Server para la base de datos de Operations Manager está deshabilitado
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>