Advisor サービスの接続

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

Knowledge Base article:

概要

1 つまたは複数の Advisor サービス エンドポイントへの接続に失敗しました。管理サーバーがインターネットに接続されていない、プロキシ サーバー (構成されている場合) が使用できない、または Advisor サービスが一時的に使用できない可能性があります。

原因

アラートのインポート接続エラー (55042)、アラート同期接続エラー (55043)、管理パックの更新接続エラー (55044)、Cab ファイルのアップロード接続エラー (55045)

解決方法

管理サーバーがインターネットに接続できるように正しく構成されていることを確認してください。プロキシ サーバーが必要な場合、[管理]、[Advisor]、[Advisor の接続] の順に選択し、[プロキシ サーバーの構成] でプロキシを指定してください。サービスの可用性については、 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
1 つまたは複数の Advisor サービス エンドポイントへの接続に失敗しました

Advisor サービスへの接続に失敗しました。インターネットに接続できない、プロキシ サーバーを使用できない、または 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>