AD Helper Service Health

Microsoft.SQLServer.2000.DBEngine.ADHelperServiceHealth (UnitMonitor)

Monitors the health of the Windows service for the AD Helper service

Knowledge Base article:

Summary

Monitors the Service Health of the AD Helper Service.

Element properties:

TargetMicrosoft.SQLServer.2000.DBEngine
Parent MonitorMicrosoft.SQLServer.2000.DBEngine.ADHelperRollup
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
AD Helper Service Health
The Windows service for the SQL AD Helper service has stopped on computer {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2000.DBEngine.ADHelperServiceHealth" Accessibility="Public" Enabled="true" Target="SQL2000Core!Microsoft.SQLServer.2000.DBEngine" ParentMonitorID="Microsoft.SQLServer.2000.DBEngine.ADHelperRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2000.DBEngine.ADHelperServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SQL!Microsoft.SQLServer.ServerRole"]/InstanceName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ADHelperServiceRunning" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="ADHelperServiceNotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/ServiceName$ADHelper</ServiceName>
</Configuration>
</UnitMonitor>