Agentproxy niet ingeschakeld

AD_MOM_Agent_Proxy_is_not_enabled (Rule)

AD MP Topology Discovery vereist dat Agentproxy is ingeschakeld voor alle beheerde DC's. Zie Knowledge Base voor meer informatie

Knowledge Base article:

Samenvatting

De instelling Agentproxy is vereist voor de AD Topology Discovery.

Oorzaken

De beveiligingsinstelling Agentproxy is uitgeschakeld voor een of meerdere domeincontrollers.

Oplossingen

In de console bij Beheer -> Door agent beheerd. Voor elk beheerd knooppunt op de domeincontroller selecteert u Eigenschappen -> Beveiliging -> Agentproxy. Schakel het selectievakje in.

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableFalse
Alert Message
AD MP 'Agentproxy' is niet ingeschakeld
{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="AD2012R2Core!Microsoft.Windows.Server.2012.R2.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>