AEM: nieprawidłowy serwer proxy

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

Ta zasada generuje alerty, gdy co najmniej jeden moduł monitorowania wyjątku bez agenta (AEM) wykryje na tym serwerze zarządzania nieprawidłową konfigurację serwera proxy.

Knowledge Base article:

Podsumowanie

Konfiguracja serwera proxy sieci Web tego serwera zarządzania jest nieprawidłowa. Program AEM nie może przesyłać żadnych raportów o błędach do witryny oca.microsoft.com ani watson.microsoft.com.

Przyczyny

Ustawienia serwera proxy sieci Web tego serwera zarządzania są nieprawidłowo skonfigurowane.

Rozwiązania

Sprawdź ustawienia serwera proxy na tym serwerze zarządzania i zmień je w razie potrzeby. Sprawdź, czy serwer zarządzania może łączyć się z witrynami oca.microsoft.com i watson.microsoft.com.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: określono nieprawidłowy serwer 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>