AEM :無効な URL エラー

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

このルールは、1 つまたは複数のエージェントレスの例外監視 (AEM) モジュールが、この管理サーバーで無効または予期しない URL 要求を受け取った場合にアラートを生成します。

Knowledge Base article:

概要

Vista/CEIP クライントのリッスン中に、AEM が無効な URL 要求を受信しました。

原因

Vista エラー レポートまたは CEIP レポートをリッスン中に、AEM が無効な URL 要求を受信しました。この問題が発生するのには、いくつかの理由が考えられます。たとえば、セキュリティ上の脅威があった場合、または Vista/CEIP クライアントと AEM 間でプロトコルが変更された場合に発生することがあります。

解決方法

このアラートは、AEM が無効な URL 要求を受信したことを通知する警告です。この警告が何度も発生する場合は、Microsoft カスタマー サービスに問い合わせてください。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Alert Message
AEM :無効な URL エラー
{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.BadUrlError.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>10909</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.BadUrlError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>