AD DC 失われたオブジェクト数モニター

Microsoft.Windows.Server.2008.AD.DomainController.LostObjectCount.Monitor (UnitMonitor)

Knowledge Base article:

概要

Active Directory の失われたオブジェクト モニター。AD 内の失われたオブジェクトを監視します。

構成

間隔 (秒) の既定値 300。

解決方法

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

追加情報

詳細については、このモニターによって生成されたアラートを参照してください。

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2008.AD.DomainController.LostObjectCount.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
失われたオブジェクトのカウンターが、構成されているしきい値を超えています

失われたオブジェクトのカウンターが、構成されているしきい値を超えています。現在の値は {0} です。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.DomainController.LostObjectCount.Monitor" Accessibility="Public" Enabled="onStandardMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2008.AD.DomainController.LostObjectCount.Monitortype" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.AD.DomainController.LostObjectCount.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="OK" HealthState="Success"/>
<OperationalState ID="Warn" MonitorTypeStateID="Warn" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<LostObjectCountWarningThreshold>15</LostObjectCountWarningThreshold>
<LostObjectCountErrorThreshold>100</LostObjectCountErrorThreshold>
</Configuration>
</UnitMonitor>