Monitor utraconych i odnalezionych obiektów usług AD

Microsoft.Windows.Server.2016.AD.LostObjectCount.Monitor (UnitMonitor)

Monitoruje liczbę obiektów w kontenerze utraconych i odnalezionych.

Knowledge Base article:

Podsumowanie

Monitor śledzący liczbę utraconych i odnalezionych obiektów w usłudze Active Directory. Jeśli liczba utraconych i odnalezionych obiektów przekracza wybrany próg, stan kondycji monitora ulega odpowiedniej zmianie.

Konfiguracja

Domyślny interwał: 300 sekund.

Domyślny próg: 15 obiektów.

Przyczyny

Prawdopodobne przyczyny:

Rozwiązania

Oceń każdy obiekt w kontenerze, dla którego CN=Lost and Found, znajdującym się w domenie katalogu głównego, i odpowiednio usuwaj lub przenoś obiekty.

Zewnętrzne

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.DomainControllerRole
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2016.AD.LostObjectCount.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Wystąpił błąd monitora kondycji Utracone i odnalezione obiekty usług AD.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2016.AD.LostObjectCount.Monitor" Accessibility="Public" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2016.AD.LostObjectCount.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2016.AD.LostObjectCount.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="CountOK" MonitorTypeStateID="CountOK" HealthState="Success"/>
<OperationalState ID="CountError" MonitorTypeStateID="CountError" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<Frequency>300</Frequency>
<TimeoutSeconds>300</TimeoutSeconds>
<Threshold>15</Threshold>
</Configuration>
</UnitMonitor>