AD 验证信任事件监视器

AD_Validate_Server_Trust_Event.Monitor (UnitMonitor)

Knowledge Base article:

摘要

验证服务器信任事件监视器。此监视器运行一个脚本以响应来自 Net Logon 的事件 5723。此脚本确定是否涉及域控制器信任帐户。如果是,则将生成转换为警报的另一个事件。

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
无法验证配置的信任
无法验证配置的 Active Directory 信任。 有关更多信息,请查看警报和事件。
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>