AEM: limit czasu komunikacji z grupą błędów

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

Ta zasada generuje alerty, gdy funkcja monitorowania wyjątku bez agenta (AEM) napotka na tym serwerze zarządzania błąd limitu czasu podczas wysyłania raportu grupy błędów i/lub powiązanego pliku CAB do witryny „watson.microsoft.com”.

Knowledge Base article:

Podsumowanie

Podczas komunikacji z usługą Microsoft Watson został przekroczony limit czasu programu AEM.

Przyczyny

Program AEM przekroczył limit czasu podczas przesyłania pliku cab związanym z raportem o błędzie do usługi Microsoft Watson. Może to nastąpić z kilku przyczyn. Możliwe, że usługa Watson nie działa lub występują inne problemy z siecią.

Rozwiązania

Ten alert to ostrzeżenie, że nie można pobrać odpowiedzi z raportu grupy błędów z uwagi na limit czasu komunikacji. Jeśli występuje on regularnie, sprawdź działanie sieci i/lub skontaktuj się z pomocą techniczną w witrynie support.microsoft.com, podając informacje o błędzie.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: limit czasu komunikacji z grupą błędów
{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>