Övervakare för tillförlitlig tidsserver

Microsoft.Windows.AD.DomainMemberPerspective.Availability.Gtimeserver.Monitor (UnitMonitor)

Övervakar tillgängligheten hos domänen genom att försöka hitta en tillförlitlig tidsserver.

Knowledge Base article:

Sammanfattning

Den här övervakaren bekräftar att minst en tillförlitlig tidsserver är tillgänglig.

Den utför en 'nltest /dsgetdc: /gtimeserv'-åtgärd enligt det specificerade konfigurationsintervallet.

Konfiguration

Intervall i sekunder: hur ofta övervakningen körs (i sekunder)

Orsaker

Möjliga orsak innehåller det följande:

Lösningar

Kontrollera att domänen är online och fungerar korrekt.

Se till att minst en domänkontrollant konfigureras som en tillförlitlig tidsserver.

Externt

Mer information finns i följande avsnitt:

Element properties:

TargetMicrosoft.Windows.Server.AD.DomainMemberPerspective
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.AD.DomainMemberPerspective.Availability.Gtimeserver.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Hälsoövervakaren för den tillförlitliga tidsserver misslyckades.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.AD.DomainMemberPerspective.Availability.Gtimeserver.Monitor" Accessibility="Public" Enabled="true" Target="AD!Microsoft.Windows.Server.AD.DomainMemberPerspective" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.AD.DomainMemberPerspective.Availability.Gtimeserver.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.AD.DomainMemberPerspective.Availability.Gtimeserver.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="GtimeServerOK" MonitorTypeStateID="GtimeServerOK" HealthState="Success"/>
<OperationalState ID="GtimeServerWarn" MonitorTypeStateID="GtimeServerWarn" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>