Monitorování fronty služby Active Directory

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

Monitoruje počet položek ve frontě replikace řadičů domény.

Knowledge Base article:

Souhrn

Monitoruje počet položek ve frontě replikace služby Active Directory. Pokud toto číslo naroste na moc velkou hodnotu, může se replikace služby Active Directory zpozdit.

Příčiny

Možné příčiny jsou následující:

Řešení

Podívejte se na celkový výkon systému počítače a zjistěte, jestli nepotřebuje další prostředky.

Přidejte další řadiče domény, které pomohou zatížení rovnoměrněji rozložit.

Zajistěte dostatečný počet řadičů domén v aktivních webových serverech služby Active Directory.

Spusťte příkazy repadmin /showrepl a repadmin /replsum pro zajištění toho, že u ostatních řadičů domény neselžou žádné replikace.

Externí

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2016.AD.PerformanceReplication.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2016.AD.Replication.Queue.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Při monitorování stavu fronty replikace služby Active Directory se překročila minimálně jedna prahová hodnota.

Průměrná velikost fronty replikace přesahuje nakonfigurovanou prahovou hodnotu.
Čítač: {0}
Průměrná velikost fronty: {1}
Počet vzorků: {2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2016.AD.Performance.Replication.Queue.Monitor" Accessibility="Public" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2016.AD.PerformanceReplication.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2016.AD.Replication.Queue.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2016.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>