Proxy del agente no habilitado

AD_MOM_Agent_Proxy_is_not_enabled (Rule)

La detección de topología de AD MP necesita que "Proxy del agente" esté habilitado para todos los DC administrados. Vea Knowledge Base para obtener más información.

Knowledge Base article:

Resumen

Es necesaria la configuración de “Proxy del agente” para la detección de topología de AD.

Causas

La configuración de seguridad de “Proxy del agente” esta deshabilitada en uno o más controladores de dominio.

Soluciones

En la consola en “Administración” -> “Administrado con agente”. Para cada nodo administrado de los controladores de dominio, seleccione “Propiedades” -> Seguridad -> “Proxy del agente”. Active la casilla de verificación.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableFalse
Alert Message
'Proxy del agente' de AD MP no está habilitado
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="AD_MOM_Agent_Proxy_is_not_enabled" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>^10801$</Pattern>
</RegExExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="AD_MOM_Agent_Proxy_is_not_enabled.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>