Advisor 服務連線

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

Knowledge Base article:

摘要

連線至一或多個 Advisor 服務端點失敗管理伺服器可能未連線至網際網路、Proxy 伺服器 (如果已設定) 無法使用,或是 Advisor 服務暫時無法使用。

原因

警示匯入連線錯誤 (55042)、警示同步處理連線錯誤 (55043)、MP 更新連線錯誤 (55044)、Cab 上傳連線錯誤 (55045)

解決方式

確認管理伺服器己正確設定為連線至網際網路。如果需要使用 Proxy 伺服器,請在 [系統管理] -> [Advisor] -> [Advisor 連線] -> [設定 Proxy 伺服器] 中指定 Proxy。請查看 Advisor Maintenance Schedule (Advisor 維護排程),瞭解服務可用性。

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
連線至一或多個 Advisor 服務端點失敗

連線至 Advisor 服務失敗。原因可能是網際網路連線中斷、Proxy 伺服器無法使用或 Advisor 服務暫時無法使用。

事件描述: {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>