Работоспособность службы сетевого входа в систему

Microsoft.Windows.Server.2003.AD.DC.Netlogon.ServiceCheck (UnitMonitor)

Отслеживание работоспособности службы Windows входа в сеть.

Knowledge Base article:

Краткое описание

Этот монитор использует монитор основных служб для отслеживания состояния службы Windows Netlogon "сетевой вход в систему", которая необходима для контроллера домена.

Настройка

Настройка не требуется.

Решения

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

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DC.Netlogon
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Служба сетевого входа в систему не запущена
Служба сетевого входа в систему не запущена на контроллере домена {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2003.AD.DC.Netlogon.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.DC.Netlogon" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2003.AD.DC.Netlogon.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<ServiceName>Netlogon</ServiceName>
</Configuration>
</UnitMonitor>