WSUS サーバーのプロキシ設定の構成失敗

Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToConfigProxy (UnitMonitor)

この規則は WSUS コントロール マネージャーが WSUS サーバー上のプロキシ設定の構成に失敗した場合にアラートを生成します。

Knowledge Base article:

概要

Configuration Manager サイトで使用するように WSUS (Windows Server Update Services) サーバーを構成するには、WSUS_Configuration_Manager と WSUS_Control_Manager という 2 つのコンポーネントが必要です。 WSUS_Control_Manager は、Configuration Manager のサイト固有のプロパティのうち、すべてのソフトウェア更新ポイントの役割のコンピューターに共通のものを設定します。 WSUS_Control_Manager は、ソフトウェア更新ポイントの役割に固有のプロパティ (使用するプロキシ サーバー、プロキシ サーバーで使うプロキシ資格情報など) を構成します。

原因

この状態は、次に該当する場合に、発生する可能性があります。

解決方法

このアラートが発生しているコンピューターの <Configuration Manager のインストール先のフォルダー>\Logs\WSUSCtrl.log を確認します。

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
WSUS サーバーのプロキシ設定の構成失敗アラート
WSUS コントロール マネージャーは WSUS サーバー {0} でプロキシ設定を構成できませんでした。
RunAsDefault
CommentSIV:SUM0018

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToConfigProxy" Comment="SIV:SUM0018" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToConfigProxy_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7000</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">SMS Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>