AEM:网络错误

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

无代理异常监控(AEM)在与 watson/oca 服务通信过程中遇到网络错误时,或者在尝试使用此管理服务器上的 Operations Manager 数据库过程中遇到权限错误时,此规则将生成警报。

Knowledge Base article:

摘要

AEM 在与 oca.microsoft.com 和/或 watson.microsoft.com 通信时遇到网络通信错误。

原因

此警报表示一般网络通信故障。此故障的发生可能有多种原因。通信端口可能没有打开。代理可能配置错误,此故障也可能是由于其他网络问题引起的。

解决方法

警报的描述包含有关遇到的问题的信息。请检查关联的事件的详细信息以及此故障时间附近发生的任何其他事件以诊断问题。

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