Proxy de Agente não habilitado

AD_MOM_Agent_Proxy_is_not_enabled (Rule)

A descoberta da Topologia MP do AD requer que o "Proxy de Agente" esteja habilitado para todos os DCs gerenciados. Consulte a Base de Dados de Conhecimento para obter detalhes

Knowledge Base article:

Resumo

A configuração do “Proxy de Agente” é necessária para a descoberta de Topologia do AD.

Causas

A configuração de segurança do “Proxy de Agente” é desabilitada para um ou mais Controladores de Domínio.

Resoluções

No console sob “Administração” -> “Gerenciado por Agente”. Para cada nó gerenciado de Controlador de Domínio, selecione “Propriedades” -> Segurança -> “Proxy de Agente”. Marque a caixa de seleção.

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableFalse
Alert Message
O 'Proxy de Agente' do MP do AD não 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="AD2016Core!Microsoft.Windows.Server.2016.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>