Monitor wydajności żądań ping do wzorca schematu

Microsoft.Windows.Server.2016.AD.Performance.FsmoResponse.Ping.Schema.Monitor (UnitMonitor)

Monitoruje czas wykonania żądania ping dla serwera posiadającego rolę FSMO.

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza czas odpowiedzi operacji FSMO wzorca schematu przy użyciu podstawowego żądania polecenia ping. Okresowo wysyła polecenie ping do kontrolera domeny, aby sprawdzić wydajność.

Konfiguracja

IntervalSeconds: jak często monitor jest uruchamiany (w sekundach)

Przyczyny

Prawdopodobne przyczyny:

Rozwiązania

Wyświetl w alercie opis błędu zawierający dodatkowe informacje.

Wyświetl ogólną wydajność systemu komputera, by ustalić, czy są potrzebne dodatkowe zasoby.

Dodaj więcej kontrolerów domeny, by lepiej zrównoważyć obciążenie.

Upewnij się, że aktywne lokacje usługi AD zawierają odpowiednio wiele kontrolerów domeny.

Zewnętrzne

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2016.AD.ResponseMonitors.FsmoPing.Performance.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2016.AD.Performance.FsmoResponse.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Monitor kondycji Wydajność żądań ping do wzorca schematu przekroczył co najmniej jeden próg.

Skrypt monitora kondycji przekroczył co najmniej jeden z progów średniego czasu polecenia ping.
Licznik: {0}
Średni czas: {1}
Liczba próbek: {2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2016.AD.Performance.FsmoResponse.Ping.Schema.Monitor" Accessibility="Public" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2016.AD.ResponseMonitors.FsmoPing.Performance.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2016.AD.Performance.FsmoResponse.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2016.AD.Performance.FsmoResponse.Ping.Schema.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="ResponseOK" MonitorTypeStateID="ResponseOK" HealthState="Success"/>
<OperationalState ID="ResponseWarn" MonitorTypeStateID="ResponseWarn" HealthState="Warning"/>
<OperationalState ID="ResponseError" MonitorTypeStateID="ResponseError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<FsmoType>3</FsmoType>
<NumSamples>3</NumSamples>
<ThresholdWarn>5</ThresholdWarn>
<ThresholdError>10</ThresholdError>
<ObjectName>Schema Op Master</ObjectName>
<CounterName>Op Master Schema Last Ping</CounterName>
</Configuration>
</UnitMonitor>