Synchroniseren van Advisor-waarschuwingen (servicecommunicatie)

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

Knowledge Base article:

Samenvatting

Door de beheerserver is niet bevestigd dat er Advisor-waarschuwingen zijn ontvangen als gevolg van een fout in de communicatie met de service. Wanneer waarschuwingen niet worden bevestigd, worden updates van waarschuwingen van de Operations Manager-console mogelijk niet weergegeven op de Advisor-portal.

Oorzaken

Fout in service voor synchronisatie van waarschuwingen (55034), fout in verbinding voor synchronisatie van waarschuwingen (55043)

Oplossingen

Raadpleeg het Operations Manager-gebeurtenislogboek op de beheerserver voor meer informatie.

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-waarschuwingen zijn niet bevestigd door de beheerserver
Bekijk de waarschuwingscontext voor meer informatie.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Advisor.ServerHealth.AlertSyncServiceMonitor" 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.AlertSyncServiceMonitor.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>^(55034|55043)$</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>