Advisor Hizmet Bağlantısı

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

Knowledge Base article:

Özet

Bir veya daha fazla Advisor Hizmeti bitiş noktasına bağlantı başarısız oldu Yönetim sunucusu internete bağlanamayabilir, proxy sunucusu (yapılandırılmışsa) kullanılamıyor veya Advisor Hizmeti geçici olarak kullanılamıyor olabilir.

Nedenler

Uyarı İçeri Aktarma Bağlantı Hatası (55042), Uyarı Eşitleme Bağlantı Hatası (55043), MP Güncelleştirmesi Bağlantı Hatası (55044), Cab Dosyası Yüklemesi Bağlantı Hatası (55045)

Çözümlemeler

Yönetim sunucusunun internete bağlanacak şekilde yapılandırıldığından emin olun. Proxy sunucusu gerekiyorsa, Administration->Advisor->Advisor Bağlantısı->Proxy Sunucusu Yapılandır'da proxy'i belirtin. Hizmet kullanılabilirliği için Advisor Bakım Zamanlaması'nı belirtin.

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
Bir veya daha fazla Advisor hizmeti bitiş noktasına bağlantı başarısız oldu

Advisor Hizmeti'ne bağlantı başarısız oldu. Bunun nedeni internet bağlantısının kesilmesi, kullanılamayan bir proxy sunucusu veya advisor hizmetinin geçici olarak kullanılamaması olabilir.

Olay Açıklaması: {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>