SQL Broker 가용성 모니터

Microsoft.ServiceManager.SqlBrokerAvailabilityMonitor (UnitMonitor)

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

Knowledge Base article:

요약

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

원인

해결

이 문제를 해결하려면 다음 단계를 따르십시오.

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
SQL Server Broker 사용 안 함
Service Manager 데이터베이스용 SQL Server Broker가 사용할 수 없게 설정되어 있습니다.
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>