Routing and Remote Access Service Monitor

AP.Remote.Access.ServiceMonitor (UnitMonitor)

The Remote Access (Remote Access) service is not running.

Knowledge Base article:

Summary

The Remote Access (RemoteAccess) service is not running.

Causes

The most common reasons for this error are: The Remote Access (RemoteAccess) service was not started automatically during system boot-up. The Remote Access (RemoteAccess) service was manually stopped by the user. The Remote Access (RemoteAccess) service crashed on the server.

Resolutions

Change the start-up type for Remote Access (RemoteAccess) service to Automatic using services.msc console. Manually start the Remote Access (RemoteAccess) service using services.msc console.

Microsoft Corporation, all rights reserved

Element properties:

TargetAP.Remote.Access.Class.VPNServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Remote Access Service Monitor
The Remote Access (Remote Access) service is not running.
RunAsDefault

Source Code:

<UnitMonitor ID="AP.Remote.Access.ServiceMonitor" Accessibility="Public" Enabled="true" Target="AP.Remote.Access.Class.VPNServer" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AP.Remote.Access.ServiceMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>RemoteAccess</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>