Монитор безопасного канала

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

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

Knowledge Base article:

Сводка

Этот монитор проверяет, может ли компьютер установить безопасный канал с доменом, членом которого он является.

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

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

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

Причины

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

Решения

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

Убедитесь в том, что сервер присоединен к допустимому домену и с ним есть связь.

Element properties:

TargetMicrosoft.Windows.Server.AD.DomainMemberPerspective
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.AD.DomainMemberPerspective.Availability.SecureChannel.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Произошел сбой монитора работоспособности безопасного канала.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.AD.DomainMemberPerspective.Availability.SecureChannel.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.SecureChannel.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.AD.DomainMemberPerspective.Availability.SecureChannel.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="SecureChannelOK" MonitorTypeStateID="SecureChannelOK" HealthState="Success"/>
<OperationalState ID="SecureChannelError" MonitorTypeStateID="SecureChannelError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>