Övervakare för AD-replikeringskön

Microsoft.Windows.Server.2012.R2.AD.Performance.Replication.Queue.Monitor (UnitMonitor)

Övervakar antalet objekt i domänkontrollanternas replikeringskö.

Knowledge Base article:

Sammanfattning

Övervakar antalet objekt i AD-replikeringskön. Om antalet blir för stort, kan det uppstå en fördröjning i AD-replikeringen.

Orsaker

Möjliga orsak innehåller det följande:

Lösningar

Granska det totala systemets prestanda i datorn för att avgöra om den behöver ytterligare resurser.

Lägg till ytterligare domänkontrollanter för att hjälpa till att belastningsbalansera belastningen.

Kontrollera att det finns ett tillräckligt antal domänkontrollanter i de aktiva AD-platserna.

Kör ”repadmin /showrepl” och ”repadmin /replsum” för att säkerställa att det inte finns några replikeringsfel med andra domänkontrollanter.

Externt

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.R2.AD.PerformanceReplication.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.R2.AD.Replication.Queue.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Hälsoövervakaren för AD-replikeringskön har överskridit ett eller flera tröskelvärden.
Den genomsnittliga replikeringsköns storlek är över det konfigurerade tröskelvärdet.
Räknare: {0}
Genomsnittlig köstorlek: {1}
Antal insamlingar: {2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.Performance.Replication.Queue.Monitor" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.R2.AD.PerformanceReplication.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.R2.AD.Replication.Queue.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.Performance.Replication.Queue.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data[Default='']/Context/CounterName$</AlertParameter1>
<AlertParameter2>$Data[Default='']/Context/Value$</AlertParameter2>
<AlertParameter3>$Data[Default='']/Context/SampleCount$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="QueueOK" MonitorTypeStateID="QueueOK" HealthState="Success"/>
<OperationalState ID="QueueWarn" MonitorTypeStateID="QueueWarn" HealthState="Warning"/>
<OperationalState ID="QueueError" MonitorTypeStateID="QueueError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Frequency>300</Frequency>
<TimeoutSeconds>300</TimeoutSeconds>
<WarnThreshold>20</WarnThreshold>
<ErrorThreshold>50</ErrorThreshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>