AEM: Ogiltigt felgruppsvar

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

Den här regeln genererar varningar när AEM (Agentless Exception Monitoring) tar emot ett ogiltigt felgruppsvar på den här hanteringsservern.

Knowledge Base article:

Sammanfattning

Vid kommunikation med Microsofts Watson-tjänst, tog AEM emot ett ogiltigt svar.

Orsaker

När en felrapport överfördes till Microsofts Watson-tjänst kunde servicesvaret inte tolkas. Detta kan hända om Watson-tjänsten har ändrat protokollet så att det är okompatibelt med AEM.

Lösningar

Varningen syftar till att meddela att ett svar på en felgrupprapport var ogiltigt. Om det händer flera gånger, kontakta support.microsoft.com eller Watson.Microsoft.com med felinformation.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Ogiltigt felgruppsvar
{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.InvalidErrorGroupResponse.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>10911</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.InvalidErrorGroupResponse.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>