Analyse des événements d'approbation de validation du serveur Active Directory

AD_Validate_Server_Trust_Event.Monitor (UnitMonitor)

Knowledge Base article:

Résumé

Moniteur des événements d'approbation de validation du serveur. Ce moniteur exécute un script en réponse à l'événement 5723 du service NetLogon. Le script détermine si un compte d'approbation de contrôleur de domaine est impliqué, auquel cas il génère un autre événement qui sera converti en alerte.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
Parent MonitorSystem.Health.ConfigurationState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAD_Validate_Server_Trust_Event.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
L'approbation configurée ne peut pas être validée.
Les approbations Active Directory configurées ne peuvent pas être validées. Pour plus d'informations, vérifiez les alertes et les événements.
RunAsDefault

Source Code:

<UnitMonitor ID="AD_Validate_Server_Trust_Event.Monitor" Accessibility="Public" Enabled="onStandardMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="AD_Validate_Server_Trust_Event.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AD_Validate_Server_Trust_Event.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ValidateServerTrustOK" MonitorTypeStateID="ValidateServerTrustOK" HealthState="Success"/>
<OperationalState ID="ValidateServerTrustError" MonitorTypeStateID="ValidateServerTrustError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<LogSuccessEvent>false</LogSuccessEvent>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>