SQL Broker 가용성 모니터

Microsoft.SystemCenter.SqlBrokerAvailabilityMonitor (UnitMonitor)

Operations Manager 기능에 대한 SQL Broker 상태를 확인하는 모니터입니다.

Knowledge Base article:

요약

이 모니터의 경고와 위험 상태는 SQL Broker가 Operations Manager 운영 데이터베이스용으로 잘못 구성되었음을 나타냅니다. 이 문제를 해결하는 방법은 해결 섹션을 참조하세요.

원인

SQL Broker를 Operations Manager 운영 데이터베이스용으로 사용하지 않도록 설정한 다른 사용자나 구성 오류가 원인일 수 있습니다.

해결 방법

이 문제를 해결하려면 아래 단계를 따르세요.

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 사용 안 함
Operations Manager 데이터베이스용 SQL Server Broker가 사용되지 않습니다.
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>