AEM: Error de dirección URL incorrecta

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

Esta regla genera alertas cuando uno o varios módulos de Supervisión de excepciones sin agente (AEM) reciben una solicitud de dirección URL no válida o inesperada en este servidor de administración.

Knowledge Base article:

Resumen

AEM recibió una solicitud de dirección URL incorrecta mientras escuchaba a los clientes de Vista/CEIP.

Causas

Mientras escuchaba informes de error de Vista o informes de CEIP, AEM recibió una solicitud de dirección URL no válida. Esto se puede deber a varios motivos. Por ejemplo, se puede producir si hay una amenaza para la seguridad o ha cambiado el protocolo entre los clientes de Vista/CEIP y AEM.

Soluciones

La alerta es una advertencia para notificar que AEM ha recibido una solicitud de dirección URL no válida. Si esto ocurre repetidamente, póngase en contacto con el Servicio y soporte técnico de Microsoft.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Alert Message
AEM: Error de dirección URL incorrecta
{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>