Monitor für „AD Lost and Found Object“

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

Überwacht die Anzahl der Objekte im LostAndFound-Container.

Knowledge Base article:

Zusammenfassung

Monitor für das Überwachen der Anzahl der verlorenen und gefundenen Active Directory-Objekte. Wenn die Anzahl der verlorenen und gefundenen Objekte über dem angegebenen Schwellenwert liegt, ändert sich der Integritätsstatus des Monitors entsprechend.

Konfiguration

Das standardmäßige Intervall ist 300 Sekunden.

Der Schwellenwertstandard sind 15 Objekte.

Ursachen

Es gibt die folgenden möglichen Ursachen:

Lösungen

Werten Sie alle Objekte im CN=LostAndFound-Container der Stammdomäne aus, und löschen oder verschieben Sie Objekte entsprechend.

Extern

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.LostObjectCount.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Fehler bei der Systemüberwachung für „AD Lost and Found Object“
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.LostObjectCount.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.LostObjectCount.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.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>