AEM: 無效的 Proxy 錯誤

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

當無代理程式例外監控 (AEM) 在此管理伺服器上偵測到無效的 Proxy 設定時,此規則會產生警示。

Knowledge Base article:

摘要

此管理伺服器上的 Web Proxy 設定無效。AEM 無法傳輸任何錯誤報表到 oca.microsoft.com 和 watson.microsoft.com。

原因

此管理伺服器的 Web Proxy 設定未正確設定。

解決方式

確認此管理伺服器上的 Proxy 設定並視需要變更。測試管理伺服器能夠連線到 oca.microsoft.com 和 watson.microsoft.com。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: 指定的 Proxy 無效
{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.InvalidProxy.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>10914</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.InvalidProxy.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>