NetLogon Hizmet Durumu

Microsoft.Windows.Server.2008.AD.EssentialService.NetLogon.ServiceCheck (UnitMonitor)

Windows Hizmeti: NetLogon'un durumunu izler

Knowledge Base article:

Summary

Monitors that the Netlogon service is running on this domain controller. This service maintains a secure channel between this computer and the domain controller for authenticating users and services.

If the service is stopped, the computer may not authenticate users and services, and the domain controller cannot register DNS records.

Resolutions

Verify that the Netlogon service is set to automatic start and is running.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.EssentialService.NetLogon
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
NetLogon Hizmeti Çalışmıyor
NetLogon Hizmeti çalışmıyor.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.EssentialService.NetLogon.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.EssentialService.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.2008.AD.EssentialService.NetLogon.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</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>