Monitor AD-tijdverschil

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

Knowledge Base article:

Samenvatting

Monitor AD-tijdverschil. Deze monitor genereert een waarschuwing als het tijdsverschil tussen een domeincontroller en de tijdsbron een aangegeven drempel overschrijdt.

Dit betekent dat de huidige tijd op twee domeincontrollers niet overeenkomt. Als het tijdsverschil te groot wordt, kan dat van invloed zijn op de Kerberos-machtiging.

Configuratie

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
Parent MonitorSystem.Health.ConfigurationState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2008.AD.DomainController.TimeSkew.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message

Wachttijd tijdverschil is hoger dan de geconfigureerde drempelwaarde

Wachttijd tijdverschil is hoger dan de geconfigureerde drempelwaarde. De huidige waarde is {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.DomainController.TimeSkew.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2008.AD.DomainController.TimeSkew.Monitortype" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.AD.DomainController.TimeSkew.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>
<TimeSource/>
<LogSuccessEvent>false</LogSuccessEvent>
<NumSamples>5</NumSamples>
<WarningThreshold>180</WarningThreshold>
<ErrorThreshold>300</ErrorThreshold>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>