AD 손실 및 발견된 개체 모니터

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

손실 및 발견된 컨테이너의 개체 수를 모니터링합니다.

Knowledge Base article:

요약

Active Directory의 손실 및 발견된 개체 수를 감시하는 모니터입니다. 손실 및 발견된 개체 수가 지정된 임계값을 초과하면 모니터 상태가 그에 따라 변경됩니다.

구성

간격 기본값은 300초입니다.

기본 임계값은 15개 개체입니다.

원인

가능한 원인은 다음과 같습니다.

해결 방법

루트 도메인 아래에 CN=Lost and Found 컨테이너의 모든 개체를 평가하고 개체를 적절하게 삭제하거나 이동하십시오.

외부 정보

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.R2.AD.LostObjectCount.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
AD 손실 및 발견된 개체 상태 모니터에서 오류가 발생했습니다.
{0}
RunAsDefault

Source Code:

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