KDC Service Health

Microsoft.Windows.Server.2000.AD.EssentialService.KDC.ServiceCheck (UnitMonitor)

Monitors the health of the Windows Service: KDC

Knowledge Base article:

Additional

The Key Distribution Center (KDC) service is not running on this domain controller. The KDC is essential for supporting Kerberos on the Active Directory® directory service. This corresponds to a matching success alert: Kerberos Key Distribution Center Service (KDC) has resumed running. Note: Pausing the KDC is an expected and supported option if you are trying to repair a replication problem that results from an expired machine account password. In all other cases, restart the KDC service immediately.

Element properties:

TargetMicrosoft.Windows.Server.2000.AD.EssentialService.KDC
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert MessageMicrosoft.Windows.Server.2000.AD.EssentialService.KDC.ServiceCheck.AlertMessage
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2000.AD.EssentialService.KDC.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2000Core!Microsoft.Windows.Server.2000.AD.EssentialService.KDC" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2000.AD.EssentialService.KDC.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>kdc</ServiceName>
</Configuration>
</UnitMonitor>