AEM: Chyba neplatné adresy proxy

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

Toto pravidlo generuje výstrahy, když modul Agentless Exception Monitoring (AEM) zjistí neplatnou konfiguraci adresy proxy v tomto serveru pro správu.

Knowledge Base article:

Souhrn

Konfigurace webového proxy serveru v tomto serveru správy je neplatná. Nástroj AEM nemůže na oca.microsoft.com a watson.microsoft.com přenést žádné zprávy o chybě

Příčiny

Nastavení webového proxy serveru není pro tento server správy nakonfigurováno správně.

Řešení

Ověřte nastavení webového proxy serveru v tomto serveru správy a v případě potřeby jej změňte. Ověřte, zda se server správy může připojit k webům oca.microsoft.com a watson.microsoft.com.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Určena neplatná adresa 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>