AEM: błąd sieci

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

Ta zasada generuje alerty, gdy funkcja monitorowania wyjątku bez agenta (AEM) napotka błąd sieci podczas łączności z usługami watson/oca lub błąd uprawnień podczas próby korzystania z bazy danych programu Operations Manager na tym serwerze zarządzania.

Knowledge Base article:

Podsumowanie

Funkcja AEM napotkała błąd komunikacji sieciowej podczas łączności z witryną oca.microsoft.com i/lub watson.microsoft.com.

Przyczyny

Ten alert oznacza błąd rodzajowy komunikacji sieciowej. Może to nastąpić z kilku przyczyn. Porty mogą nie być otwarte w celu komunikacji. Serwer proxy może być źle skonfigurowany lub mogą występować inne problemy sieciowe.

Rozwiązania

Opis alertu zawiera informacje o napotkanym problemie. Aby zdiagnozować problem, sprawdź szczegóły skojarzonego zdarzenia oraz inne zdarzenia, które wystąpiły w czasie zbliżonym do tej awarii.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: błąd sieci
{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.NetworkError.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>10915</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.NetworkError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>