Monitor de Contagem de Objetos Perdidos do DC do AD

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

Knowledge Base article:

Resumo

Monitor de objetos perdidos do Active Directory. Monitoramento de objetos perdidos no AD.

Configuração

Intervalo padrão: 300 s.

Resoluções

Avalie cada objeto no contêiner CN=Perdidos e Achados no domínio raiz e exclua ou mova objetos apropriadamente.

Adicional

Consulte alertas gerados por esse monitor para obter detalhes adicionais.

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
O Contador de Objetos Perdidos está acima do limite configurado

O Contador de Objetos Perdidos está acima do limite configurado. O valor atual é {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>