Serviço Windows do SQL Server Reporting Services

Microsoft.SQLServer.2008.ReportingServices.ServiceMonitor (UnitMonitor)

Este monitor verifica o status do serviço SQL Reporting Services.
Observe que não há suporte para o serviço Windows SQL Server Reporting Services por nenhuma edição do SQL Server Express, exceto o SQL Server Express with Advanced Services.

Knowledge Base article:

Resumo

Este monitor verifica o status do serviço SQL Reporting Services e gera um alerta quando o serviço está definido para ser iniciado automaticamente e não está em execução.

Observe que um alerta não é gerado quando o serviço está desabilitado, e um estado íntegro será exibido.

Causas

Um serviço pode ser interrompido por muitos motivos, incluindo:

Resoluções

Tente reiniciar o serviço usando o link a seguir:

Iniciar o serviço SQL Reporting Services

Você pode exibir outros alertas para esta instância do SQL Server que podem estar relacionados a esse problema usando o seguinte link:

Exibir Alertas do SQL Server

Parâmetros Substituíveis

Nome

Descrição

Valor Padrão

Prioridade do Alerta

Define a Prioridade do Alerta.

Normal

Severidade do Alerta

Define a Severidade do Alerta.

Erro

Alertar somente se o tipo de inicialização do serviço for automático

Este valor só pode ser definido como 'true' ou 'false'. Se for definido como 'false’, os alertas serão disparados independentemente do tipo de inicialização definido. O valor padrão é ‘true’.

Sim

Habilitado

Habilita ou desabilita o fluxo de trabalho.

Sim

Gera Alertas

Define se o fluxo de trabalho gera um Alerta.

Sim

Element properties:

TargetMicrosoft.SQLServer.2008.ReportingServices
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SQL Server Reporting Services Interrompido
O serviço Windows para a instância {0} do Reporting Services foi interrompido no computador {1}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2008.ReportingServices.ServiceMonitor" Accessibility="Public" Enabled="true" Target="SQL2008Core!Microsoft.SQLServer.2008.ReportingServices" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2008.ReportingServices.ServiceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SQL!Microsoft.SQLServer.ServerRole"]/InstanceName$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>$Target/Property[Type="SQL!Microsoft.SQLServer.ReportingServices"]/ServiceName$</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>