Łączność usługi Advisor

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

Knowledge Base article:

Podsumowanie

Nie można nawiązać połączenia z co najmniej jednym punktem końcowym usługi Advisor. Serwer zarządzania może nie być połączony z Internetem, nie jest dostępny serwer proxy (jeśli go skonfigurowano) lub usługa Advisor jest tymczasowo niedostępna.

Przyczyny

Błąd łączności związany z importowaniem alertów (55042), błąd łączności związany z synchronizacją alertów (55043), błąd łączności związany z aktualizacją pakietu administracyjnego (55044), błąd łączności związany z przekazywaniem plików CAB (55045)

Rozwiązania

Upewnij się, że poprawna konfiguracja serwera zarządzania umożliwia nawiązanie połączenia z Internetem. Jeśli serwer proxy jest wymagany, określ go w obszarze Administracja->Usługa Advisor->Połączenia z usługą Advisor->Konfiguruj serwer proxy. Sprawdź harmonogram konserwacji usługi Advisor pod kątem dostępności tej usługi.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Nie można nawiązać połączenia z co najmniej jednym punktem końcowym usługi Advisor.

Nie można nawiązać połączenia z usługą Advisor. Może to być spowodowane utratą połączenia internetowego, niedostępnością serwera proxy lub tymczasową niedostępnością usługi Advisor.

Opis zdarzenia: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Advisor.ServerHealth.ServiceConnectivityMonitor" Accessibility="Public" Enabled="true" Target="SC!Microsoft.SystemCenter.CollectionManagementServer" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Advisor.ServerHealth.ServiceConnectivityMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<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>^(55042|55043|55044|55045)$</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>330</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>