System Center 1801+ Virtual Machine Manager Windows Remote Management-service voor host

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

Hiermee wordt de status van de Windows Remote Management-service (winrm) bewaakt die is gericht op de host

Knowledge Base article:

Samenvatting

De monitor Windows Remote Management-service voor host geeft de beschikbaarheid van de WinRM-service op de beheerde host aan. Als de WinRM-service niet actief is, is de monitor in kritieke status (rood). Als de status onbekend is, is de bewaking nog niet gestart voor de server.

Oorzaken

Als de status niet in orde is voor deze host, wordt de WinRM-service niet wordt uitgevoerd op de server.

Oplossingen

Zorg ervoor dat de WinRM-service op de host actief is. U kunt dit doen met het onderdeel Services van Systeembeheer op de server.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Discovery.HyperVHost
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
WinRM-service gestopt
De Windows Remote Management-service (WS-Management) is gestopt op een computer. Computernaam: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.HostWinRMService.Monitor" Accessibility="Public" Target="VMMDiscovery!Microsoft.SystemCenter.VirtualMachineManager.Discovery.HyperVHost" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.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>