AEM: [系统] 错误组处理错误

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

一个或多个无代理异常监控(AEM)模块在此管理服务器上无法成功处理错误组或系统错误组时,此规则将生成警报。

Knowledge Base article:

摘要

AEM 在处理错误组/系统错误组的错误报告和/或相关 CAB 时遇到错误,导致 AEM 放弃处理步骤。

原因

此警报表示一般 [system] 错误组处理故障。 此故障的发生可能有多种原因。 在关联的事件和警报中可以找到有关故障的信息。

解决方法

警报的描述包含有关遇到的问题的信息。 请检查关联的事件的详细信息以及此故障时间附近发生的任何其他事件以诊断问题。

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.ErrorGroupProcessingError.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>10922</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.ErrorGroupProcessingError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>