AD DC 遺失物件計數監視

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

Knowledge Base article:

摘要

Active Directory 遺失物件監視。監視 AD 中的遺失物件。

設定

間隔 (秒) 預設為 300。

解決方式

評估根網域下「CN=失物招領」容器中的每個物件,並適當刪除或移動物件。

其他

請參閱此監視所產生的警示以取得其他詳細資料。

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>