AD 失物招領物件監視器

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

監視失物招領容器中的物件數。

Knowledge Base article:

摘要

監視 Active Directory 之失物招領物件數目的監視器。如果失物招領物件數目超過指定閾值,監視器健康情況狀態將會據以變更。

設定

間隔預設值為 300 秒。

閾值預設值為 15 個物件。

原因

可能的原因如下:

解決方式

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

外部

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
AD 失物招領物件健康情況監視器失敗。
{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>