WinRMService de System Center 2012 Virtual Machine Manager seleccionado como destino frente al host

Microsoft.SystemCenter.VirtualMachineManager.2012.HostWinRMService.Monitor (UnitMonitor)

Supervisa el estado del servicio Administración remota de Windows (winrm) seleccionado como destino frente al host

Knowledge Base article:

Resumen

El monitor Servicio WinRM indica la disponibilidad del servicio WinRM en un host administrado. Si el servicio WinRM no se está ejecutando, el monitor se encuentra en estado crítico (rojo). Si no se conoce el estado, la supervisión no ha comenzado aún para el servidor.

Causas

Un estado incorrecto para este host indica que el servicio WinRM no se está ejecutando en el servidor.

Soluciones

Asegúrese de que el servicio WinRM del host se encuentre en un estado de ejecución. Puede hacerlo utilizando la opción Servicios de Herramientas administrativas en el servidor.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.HyperVHost
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Servicio WinRM detenido
El servicio Administración remota de Windows (WS-Management) se ha detenido en un equipo. Nombre del equipo: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.HostWinRMService.Monitor" Accessibility="Public" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.HyperVHost" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.HostWinRMService.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</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>WinRM</ServiceName>
</Configuration>
</UnitMonitor>