Servicio WinRM de System Center 2016 Virtual Machine Manager seleccionado como destino frente al servidor VMM

Microsoft.SystemCenter.VirtualMachineManager.2016.VMMServerWinRMService.Monitor (UnitMonitor)

Supervisa el estado del servicio Administración remota de Windows (WS-Management) seleccionado como destino frente al servidor de administración VMM

Knowledge Base article:

Resumen

El monitor Servicio WinRM indica la disponibilidad del servicio WinRM en un servidor WMM. 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 servidor VMM indica que el servicio WinRM no se está ejecutando en el servidor.

Resoluciones

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.2016.VMMManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Servicio Administración remota de Windows (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.2016.VMMServerWinRMService.Monitor" Accessibility="Public" Target="VMM2016Discovery!Microsoft.SystemCenter.VirtualMachineManager.2016.VMMManagementServer" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2016.VMMServerWinRMService.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>