Монитор надежного сервера времени

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

Отслеживает доступность домена, пытаясь обнаружить надежный сервер времени.

Knowledge Base article:

Сводка

Этот монитор проверяет, доступен ли по крайней мере один надежный сервер времени.

Он выполняет операцию "nltest /dsgetdc: /gtimeserv" через заданный в конфигурации промежуток времени.

Конфигурация

IntervalSeconds: как часто запускается монитор (в секундах)

Причины

Возможны следующие причины.

Решения

Убедитесь в том, что домен подключен и работает правильно.

Убедитесь в том, что по крайней мере один контроллер домена настроен как надежный сервер времени.

Внешняя

Дополнительные сведения см. на странице

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
Произошел сбой монитора работоспособности "Надежный сервер времени".
{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>