複寫協力電腦計數監視器

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

監視網域控制站的複寫協力電腦數目。

Knowledge Base article:

摘要

AD 複寫協力電腦計數監視。此監視器會確認網域控制站是否擁有適當的複寫協力電腦數目。

如果複寫協力電腦數目太少或太多,整體複寫健康情況就會受影響。

設定

原因

產生警示表示此網域控制站擁有異常大量的複寫協力電腦,可能無法及時進行複寫。

如果網域控制站沒有任何輸入或輸出複寫協力電腦,將無法提取或推送變更。

當另一個網域控制站失敗,導致知識一致性檢查程式 (KCC) 計算新的最佳複寫路徑時,通常會觸發此警示。

解決方式

在此情況下,請修正失敗的網域控制站並檢閱複寫拓樸設計,以防日後在網域控制站失敗時超載。

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
複寫協力電腦計數健康情況監視器失敗。
{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>