AEM: nieprawidłowy adres URL

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

Ta zasada generuje alerty, gdy co najmniej jeden moduł monitorowania wyjątku bez agenta (AEM) otrzyma na tym serwerze zarządzania żądanie nieprawidłowego lub nieoczekiwanego adresu URL.

Knowledge Base article:

Podsumowanie

Program AEM otrzymał nieprawidłowe żądanie adresu URL, nasłuchując klientów systemu Vista i programu poprawy jakości obsługi klienta.

Przyczyny

Podczas nasłuchiwania klientów systemu Vista i programu poprawy jakości obsługi klienta program AEM otrzymał nieprawidłowe żądanie adresu URL. Może to nastąpić z kilku przyczyn. Może na przykład mieć miejsce w razie zagrożenia zabezpieczeń lub zmiany protokołu komunikacji między klientami systemu Vista/programu poprawy jakości obsługi klienta a programem AEM.

Rozwiązania

Ten alert to ostrzeżenie informujące, że program AEM otrzymał nieprawidłowe żądanie adresu URL. Jeśli występuje on regularnie, skontaktuj się z pomocą klienta firmy Microsoft.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Alert Message
AEM: nieprawidłowy adres URL
{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.BadUrlError.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>10909</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.BadUrlError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>