DFSR Service Health

Microsoft.Windows.Server.2003.AD.EssentialService.DFSR.ServiceCheck (UnitMonitor)

Monitors the health of the Windows Service: DFSR

Knowledge Base article:

Additional

DFSR and NTFRS are essential services for a Domain Controller. It is required that one or both of these services be running, depending on the state of file replication migration.

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.EssentialService.DFSR
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
DFSR Service is currently in an unhealthy state.
The DFSR Service is currently in an unhealthy state - {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2003.AD.EssentialService.DFSR.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.EssentialService.DFSR" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2003.AD.EssentialService.DFSR.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<ServiceName>DFSR</ServiceName>
</Configuration>
</UnitMonitor>