Replication Partner Count Monitor

Microsoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.Monitor (UnitMonitor)

Monitor the number of replication partners for the domain controller.

Knowledge Base article:

Summary

AD Replication Partner Count monitor. This monitor verifies that the domain controller has a suitable number of replication partners.

If the number of replication partners is too low or high, the overall replication health may be affected.

Configuration

Causes

Alerts raised indicate that this domain controller has an unusually high number of replication partners and is in danger of not being able to replicate in a timely fashion.

If the domain controller does not have any inbound or outbound replication partners, it will not be able to pull or push changes.

This alert is commonly triggered by another domain controller failing, which causes the Knowledge Consistency Checker (KCC) to compute new optimal replication paths.

Resolutions

In this case, fix the failing domain controller and review your replication topology design to prevent future overloads in the event of a domain controller failure.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.ReplicationPartner.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Replication Partner Count health monitor has failed.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.ReplicationPartner.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Configuration.ReplicationPartnerCount.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ReplicationMonitoringOK" MonitorTypeStateID="ReplicationMonitoringOK" HealthState="Success"/>
<OperationalState ID="ReplicationMonitoringWarn" MonitorTypeStateID="ReplicationMonitoringWarn" HealthState="Warning"/>
<OperationalState ID="ReplicationMonitoringError" MonitorTypeStateID="ReplicationMonitoringError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<ConnectionsThresholdWarning>40</ConnectionsThresholdWarning>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>