Administrador de trabajos de impresión: Monitor de estado del servicio

Microsoft.Windows.Server.10.0.PrintServer.PrintSpoolerService.Status (UnitMonitor)

Estado del servicio Administrador de trabajos de impresión del servidor de impresión

Knowledge Base article:

Resumen

Estado del servicio Administrador de trabajos de impresión del servidor de impresión.

Soluciones

Inicie el servicio de Windows Administrador de trabajos de impresión.

Esta acción se puede realizar con la ejecución del comando siguiente desde una línea de comandos.

“net start spooler”

Element properties:

TargetMicrosoft.Windows.Server.10.0.PrintServerRole
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Administrador de trabajos de impresión: Monitor de estado del servicio
El servicio Administrador de trabajos de impresión se ha detenido.
RunAsMicrosoft.Windows.Server.PrintServer.Library.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.PrintServer.PrintSpoolerService.Status" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.10.0.PrintServerRole" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="PSLIB!Microsoft.Windows.Server.PrintServer.Library.ActionAccount" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.PrintServer.PrintSpoolerService.Status_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</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/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>Spooler</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>