AEM: Neplatná odezva skupiny chyb

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

Toto pravidlo generuje výstrahy, když modul Agentless Exception Monitoring (AEM) přijme neplatnou odezvu skupiny chyb v tomto serveru pro správu.

Knowledge Base article:

Souhrn

Při komunikaci se službou Microsoft Watson Service obdržel nástroj AEM neplatnou odezvu.

Příčiny

Při přenosu zprávy o chybě do služby Microsoft Watson Service nebylo možné porozumět odezvě služby. K tomu může dojít, změnila-li služba Watson protokol, který je následně nekompatibilní s nástrojem AEM.

Řešení

Výstraha upozorňuje na to, že odezva na zprávu o skupině chyb byla neplatná. Dochází-li k tomuto opakovaně, ověřte síť nebo se obraťte na support.microsoft.com nebo na Watson.Microsoft.com s informacemi o chybě.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Neplatná odezva skupiny chyb
{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>