Service Status

Microsoft.Windows.Server.UpdateServices.3.Server.ServiceState (UnitMonitor)

Knowledge Base article:

Summary

The WSUS service must be running.

Resolutions

The WSUS service "Update Services" is stopped.

Possible resolutions include:

The Update Services service has been manually stopped. Start the service.

The Update Services service is set to manual and is stopped.

The Update Services service failed to start. Review the NT event log for issues that occurred before this event (for example, the SQL database or IIS) and resolve them. Then start the service.

Additional

Look for the corresponding error event

Element properties:

TargetMicrosoft.Windows.Server.UpdateServices.3.Server
Parent MonitorMicrosoft.Windows.Server.UpdateServices.3.Server.CoreRollup
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
Service Stopped
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.UpdateServices.3.Server.ServiceState" Accessibility="Internal" Enabled="true" Target="Microsoft.Windows.Server.UpdateServices.3.Server" ParentMonitorID="Microsoft.Windows.Server.UpdateServices.3.Server.CoreRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.UpdateServices.3.Server.ServiceState.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ServiceHealthy" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="ServiceNotHealthy" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>WsusService</ServiceName>
</Configuration>
</UnitMonitor>