Monitor de disponibilidad del servicio SQL Reporting

Microsoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint.ServiceHealth (UnitMonitor)

Este monitor comprueba el estado de disponibilidad del servicio SQL Reporting.

Knowledge Base article:

Resumen

El servicio de punto de notificación de Configuration Manager está detenido. Configuration Manager requiere este servicio para mostrar los informes. Es posible que esta condición no se repare por sí sola y se debe solucionar para poder ver los informes de Configuration Manager.

Causas

Este problema se produce normalmente cuando:

Soluciones

Compruebe que el servicio de punto de notificación se detuvo debido al mantenimiento periódico o programado. Si es así, no es necesario hacer nada. De lo contrario, el punto de notificación se debe investigar.

Confirme que el equipo de punto de notificación esté conectado. Si el servicio de punto de notificación no se inició ya, inícielo.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
El servicio SQL Reporting no se está ejecutando
El servicio {0} del equipo {1} no se está ejecutando.
RunAsDefault
CommentSIV:REP0001

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint.ServiceHealth" Comment="SIV:REP0001" Accessibility="Public" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.SrsReportingPoint.ServiceHealth_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DisplayName']$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</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"]/PrincipalName$</ComputerName>
<ServiceName>ReportServer</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>