AD Lost and Found オブジェクト モニター

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

Lost and Found コンテナー内のオブジェクト数を監視します。

Knowledge Base article:

概要

Active Directory の Lost and Found オブジェクトの数を監視するモニター。Lost and Found オブジェクトの数が指定したしきい値を超えると、それに応じてモニターのヘルス状態が変わります。

構成

間隔の既定値は 300 秒です。

しきい値の既定値は 15 オブジェクトです。

原因

次の原因が考えられます。

解決方法

ルート ドメインの下にある CN=Lost and Found コンテナーの各オブジェクトを評価し、適切に削除または移動します。

外部

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
AD Lost and Found オブジェクトの正常性モニターに失敗しました。
{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>