AD Web Services Monitor

AD_ADWS_Service.Monitor (UnitMonitor)

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DomainControllerRole
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAD_ADWS_Service.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message

The Active Directory Web Service is not running

The Active Directory Web Service is not running. It may be stopped, starting, or shutting down.
RunAsDefault

Source Code:

<UnitMonitor ID="AD_ADWS_Service.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="AD_ADWS_Service.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AD_ADWS_Service.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ADWSServiceOK" MonitorTypeStateID="ADWSServiceOK" HealthState="Success"/>
<OperationalState ID="ADWSServiceWarn" MonitorTypeStateID="ADWSServiceWarn" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>