Estado de Execução do Serviço

Microsoft.SystemCenter.NTService.ServiceStateMonitor (UnitMonitor)

Monitora o status atual do serviço do Windows. Um alerta desse monitor indica que o Serviço do Windows não está em execução no momento

Knowledge Base article:

Resumo

Este monitor verifica o status de um serviço do Windows, consultando o WMI em um intervalo agendado. Se o serviço estiver configurado para iniciar automaticamente e não estiver em execução, um alerta será emitido. Se o serviço estiver configurado para iniciar manualmente ou estiver desabilitado, nenhum alerta será emitido quando ele for parado.

Causas

Um serviço pode parar por muitos motivos, incluindo:

Resoluções

É possível exibir todos os eventos coletados para esse serviço, usando o link a seguir:

Exibir todos os eventos

É possível tentar reiniciar o serviço do Windows usando o link a seguir:

Iniciar o Serviço

Element properties:

TargetMicrosoft.SystemCenter.NTService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
Serviço do Windows Parado
A execução do serviço '{0}' no computador {1} parou
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NTService.ServiceStateMonitor" Accessibility="Internal" Target="Microsoft.SystemCenter.NTService" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ParentMonitorID="Health!System.Health.AvailabilityState" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NTService.ServiceStateMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.SystemCenter.NTService"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="Running" ID="Success"/>
<OperationalState HealthState="Error" MonitorTypeStateID="NotRunning" ID="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>$Target/Property[Type="Microsoft.SystemCenter.NTService"]/ServiceName$</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>