Monitor sledování deformace doby služby AD

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

Knowledge Base article:

Souhrn

Monitor deformace času služby AD. Tento monitor vytvoří výstrahu, když časový rozdíl mezi řadičem domény a jeho zdrojem času překračuje nastavenou dobu.

To znamená nesoulad obou řadičů domény z hlediska aktuálního času. Pokud je časová deformace příliš velká, může to mít vliv na autorizaci Kerberos.

Konfigurace

Element properties:

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

Latence deformace času je vyšší než nakonfigurovaná prahová hodnota

Latence deformace času je vyšší než nakonfigurovaná prahová hodnota. Aktuální hodnota je {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>High</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>