AEM: 无效的 URL 错误

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

一个或多个无代理异常监控(AEM)模块在此管理服务器上收到无效或意外的 URL 请求时,此规则将生成警报。

Knowledge Base article:

摘要

AEM 在侦听 Vista/CEIP 客户端时收到错误的 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>