Ouvinte de Rede da Réplica do Hyper-V 2016 e 1709+

Microsoft.Windows.HyperV.ReplicaServiceMonitor (UnitMonitor)

Monitora o Ouvinte de Rede do Servidor de Réplica do Hyper-V 2016 e 1709+.

Knowledge Base article:

Resumo

Um ouvinte de rede HTTP ou HTTPS, que é necessário para receber o tráfego de replicação, não está disponível.

Ele muda para Estado de Erro quando detecta que o serviço de Réplica não está íntegro devido ao fato do ouvinte HTTP(S) não estar disponível.

Causas

Resoluções

Element properties:

TargetMicrosoft.Windows.HyperV.Discovery.ServerRole
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.ReplicaServiceMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
O ouvinte de rede da Réplica do Hyper-V não está disponível no host.
O ouvinte de rede da Réplica do Hyper-V não está disponível no host.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.ReplicaServiceMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="HVDisc!Microsoft.Windows.HyperV.Discovery.ServerRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.ReplicaServiceMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.ReplicaServiceMonitor.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ReplicaServiceHealthy" MonitorTypeStateID="HostHealthy" HealthState="Success"/>
<OperationalState ID="ReplicaServiceUnhealthy" MonitorTypeStateID="HostCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>3600</IntervalSeconds>
<TimeoutSeconds>30</TimeoutSeconds>
</Configuration>
</UnitMonitor>