Hyper-V 2016 and 1709+ – hálózati replikafigyelő

Microsoft.Windows.HyperV.ReplicaServiceMonitor (UnitMonitor)

Hyper-V 2016 and 1709+ – kiszolgáló hálózati replikafigyelője

Knowledge Base article:

Összefoglalás

Egy HTTP- vagy HTTPS-alapú hálózati figyelő, amely a replikációs forgalom kiszolgálón való elérhetetlenségét jelző hibaüzenet fogadásához szükséges.

Akkor vált hibaállapotra, ha azt észleli, hogy a replikaszolgáltatás állapota, feltehetően a HTTP(S)-figyelő elérhetetlensége miatt, nem megfelelő.

Okok

Megoldások

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
A Hyper-V hálózati replikafigyelője nem érhető el a gazdagépen.
A Hyper-V hálózati replikafigyelője nem érhető el a gazdagépen.
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>