Status Netlogon-service

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

Controleert de status van Windows Service Net Logon

Knowledge Base article:

Samenvatting

Deze monitor maakt gebruik van een basisservicemonitor voor het bewaken van de status van de Windows-service 'Net Logon' Netlogon, wat cruciaal is voor een domeincontroller.

Configuratie

Er is geen configuratie vereist.

Oplossingen

Gebruik de verwante taak om de service opnieuw op te starten.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DC.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-service wordt niet uitgevoerd
De Netlogon-service wordt niet uitgevoerd op domeincontroller {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.DC.Netlogon.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.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.2008.AD.DC.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>