AEM: Errore proxy non valido

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

Regola di generazione dell'avviso nel caso in cui AEM rilevi una configurazione proxy non valida sul server di gestione.

Knowledge Base article:

Riepilogo

La configurazione del proxy Web su questo server di gestione non è valida. AEM non è in grado di trasmettere i report errori a oca.microsoft.com e watson.microsoft.com

Cause

Le impostazioni del proxy Web non sono configurate correttamente per questo server di gestione.

Risoluzioni

Verificare le impostazioni proxy su questo server di gestione e modificarle se necessario. Provare la connessione del server di gestione a oca.microsoft.com e watson.microsoft.com.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: Specificato proxy non valido
{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/Id$</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>