AEM : 無効なプロキシ エラー

Microsoft.SystemCenter.CM.AEM.InvalidProxy.Alert (Rule)

このルールは、エージェントレスの例外監視 (AEM) モジュールが、この管理サーバーで無効なプロキシ構成を検出した場合にアラートを生成します。

Knowledge Base article:

概要

この管理サーバーの Web プロキシ構成が無効です。 AEM が、oca.microsoft.com および watson.microsoft.com にエラー レポートを送信できません。

原因

Web プロキシ設定がこの管理サーバー用に正しく設定されていません。

解決策

この管理サーバーのプロキシ設定を確認し、必要に応じて変更してください。 管理サーバーが oca.microsoft.com および watson.microsoft.com に接続できることをテストしてください。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM : 無効な指定プロキシ
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.CM.AEM.AlertModule Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.InvalidProxy.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.CM.AEM.AlertModule">
<EventNumber>10914</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.InvalidProxy.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>