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>