AD Replication Monitoring Performance Collection (Sources)

AD_Replication_Monitoring.Helper1 (Rule)

Enable this rule on source DCs (see rule knowledge for details)

Knowledge Base article:

Summary

AD Replication Monitoring Performance Collection (Source). This rule is disabled by default. Enable this rule on selected source Domain controllers to enable Performance Collection. Ensure that the corresponding (Targets) rule is enabled on the replication targeted DC.

Configuration

This rule is disabled by default. See AD MP Guide for details on the Replication Performance collection.

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DomainControllerRole
CategoryEventCollection
EnabledFalse
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource AD_Replication_Monitoring_Helper.DataSource Default
WA WriteAction AD_Replication_Monitoring_Helper1.WriteAction Default

Source Code:

<Rule ID="AD_Replication_Monitoring.Helper1" Enabled="false" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="AD_Replication_Monitoring_Helper.DataSource">
<IntervalSeconds>3600</IntervalSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="AD_Replication_Monitoring_Helper1.WriteAction">
<ManagementGroupName>$Target/ManagementGroup/Id$</ManagementGroupName>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>