AEM: 오류 그룹 통신 시간 초과

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

이 규칙은 AEM(에이전트 없는 예외 모니터링)에서 오류 그룹 보고서 및/또는 관련 Cab을 이 관리 서버의 watson.microsoft.com으로 전송하는 동안 시간 초과 오류가 발생할 경우 경고를 생성합니다.

Knowledge Base article:

요약

Microsoft Watson 서비스와 통신하는 동안 AEM에서 시간이 초과되었습니다.

원인

오류 보고서/관련 cab이 Microsoft Watson 서비스로 전송될 때 AEM에서 시간이 초과되었습니다. 이 문제는 몇 가지 이유로 인해 발생할 수 있습니다. Watson 서비스가 다운되었거나 다른 네트워크 문제가 있을 수 있습니다.

해결 방법

경고는 통신 시간 초과로 인해 오류 그룹 보고서에 대한 응답이 검색되지 못했음을 나타내는 경고성 알림입니다. 이 문제가 반복해서 발생하면 네트워크를 확인하거나 오류 정보를 가지고 support.microsoft.com에 문의하십시오.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
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.ErrorGroupCommunicationTimeout.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>10912</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.ErrorGroupCommunicationTimeout.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>