AEM:错误组参数错误

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

一个或多个无代理异常监控(AEM)模块遇到的错误组参数包含 AEM 认为无效的字符时,此规则将生成警报。

Knowledge Base article:

摘要

AEM 遇到的错误组参数包含 AEM 认为无效的字符,会将这些报告集移动到文件共享上的 Invalid Data 文件夹。

原因

AEM 遇到的错误组参数包含 AEM 认为无效的字符:~!@#$^&*()=+[]{}|;`",<>/?. 在相关联的事件和警报中可以找到有关错误组和参数的信息。

解决方法

如果参数/错误组有效,请通过 SDK 类:Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemGlobalSettings 在“异常文件夹”列表中添加参数名称。完成后将数据从 InvalidData\Cabs、InvalidData\Counts 分别复制到文件共享上的 Cabs 和 Counts 文件夹进行处理。

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