File Replication Service Health

Microsoft.Windows.Server.2000.AD.DC.NtFrs.ServiceCheck (UnitMonitor)

Monitors the health of the Windows Service File Replication

Knowledge Base article:

Summary

This monitor uses a Basic Service Monitor to monitor the health of the Windows Service “File Replication Services” Ntrfs which is critical to a Domain Controller.

Configuration

No configuration is required

Resolutions

Use associated task to start to restart the service.

Element properties:

TargetMicrosoft.Windows.Server.2000.AD.DC.NtFrs
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
File Replication Service not running
The File Replication Service is not running on Domain Controller {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2000.AD.DC.NtFrs.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2000Core!Microsoft.Windows.Server.2000.AD.DC.NtFrs" 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.DC.NtFrs.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>NtFrs</ServiceName>
</Configuration>
</UnitMonitor>