AEM: 錯誤群組通訊逾時

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

當無代理程式例外監控 (AEM) 在此管理伺服器上傳送錯誤群組報表和/或相關 Cab 到 "watson.microsoft.com" 時發生逾時錯誤,此規則會產生警示。

Knowledge Base article:

摘要

與 Microsoft Watson 服務通訊時,AEM 發生逾時。

原因

當錯誤報表/相關 Cab 傳送到 Microsoft Watson 服務時,AEM 發生逾時。此問題可能是由多種原因所造成。一些問題可能是由於 Watson 服務中斷,或是其他網路問題所造成。

解決方式

警示為警告警示,會指出因為通訊逾時而無法擷取錯誤群組報表的回應。如果此情況重複發生,請檢查您的網路和/或連絡 support.microsoft.com,並附上錯誤資訊。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
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.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>