Advisor 경고 동기화(모듈)

Microsoft.SystemCenter.Advisor.ServerHealth.AlertSyncModuleMonitor (UnitMonitor)

Knowledge Base article:

요약

관리 서버가 클라이언트 오류로 인해 Advisor 경고를 수신했는지 확인하지 않았습니다. 경고가 확인되지 않으면 Advisor 포털에서 Operations Manager 콘솔의 경고에 대한 업데이트를 반영하지 못할 수 있습니다.

원인

경고 게시 실패 SCOM 오류(55033), 경고 게시 실패(55017)

해결 방법

자세한 내용은 관리 서버의 Operations Manager 이벤트 로그를 참조하세요.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
관리 서버에서 Advisor 경고를 확인하지 못했음
자세한 내용은 경고 컨텍스트를 참조하세요.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Advisor.ServerHealth.AlertSyncModuleMonitor" Accessibility="Public" Enabled="true" Target="SC!Microsoft.SystemCenter.CollectionManagementServer" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Advisor.ServerHealth.AlertSyncModuleMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
<OperationalState ID="TimerEventRaised" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(55033|55017)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Advisor</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
<TimerWaitInSeconds>150</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>