AEM: Geçersiz Proxy Hatası

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

Bu kural Aracısız Özel Durum İzleme (AEM) modülü bu yönetim sunucusunda geçersiz bir proxy yapılandırması algıladığında uyarılar oluşturur.

Knowledge Base article:

Özet

Bu Yönetim Sunucusundaki web proxy yapılandırması geçersiz. AEM hata raporlarını oca.microsoft.com ve watson.microsoft.com adreslerine aktaramıyor.

Nedenler

Bu Yönetim Sunucusu için web proxy ayarları doğru yapılandırılmamış.

Çözümlemeler

Bu Yönetim Sunucusundaki web proxy ayarlarını doğrulayın ve gerekiyorsa değiştirin. Yönetim Sunucusunun oca.microsoft.com ve watson.microsoft.com adreslerine bağlanabildiğini sınayın.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Geçersiz Proxy Belirtildi
{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>