DFS Service Health

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

Monitors the health of Windows Service: DFS

Element properties:

TargetMicrosoft.Windows.Server.2000.AD.EssentialService.SysVol
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.DFS.ServiceCheck.AlertMessage
RunAsDefault

Source Code:

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