AEM: 잘못된 프록시 오류

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

이 규칙은 AEM(에이전트 없는 예외 모니터링)이 이 관리 서버에서 잘못된 프록시 구성을 감지할 경우 경고를 생성합니다.

Knowledge Base article:

요약

이 관리 서버의 웹 프록시 구성이 잘못되었습니다. AEM에서 oca.microsoft.com 및 watson.microsoft.com으로 오류 보고서를 전송할 수 없습니다.

원인

이 관리 서버에 대해 웹 프록시 설정이 잘못 구성되었습니다.

해결 방법

이 관리 서버의 프록시 설정을 확인하고 필요한 경우 변경하십시오. 관리 서버에서 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>