Монитор счетчика процентов репликации Hyper-V 2016 и версий от 1709

Microsoft.Windows.HyperV.ReplicationPercentMonitor (UnitMonitor)

Отслеживает процент выполненной репликации Hyper-V 2016 и версий от 1709.
Примечание. Этот монитор по умолчанию отключен. Чтобы включить его, используйте переопределения.

Knowledge Base article:

Сводка

Реплицируемая виртуальная машина пропустила более заданного процента циклов репликации.

Примечание. Этот монитор по умолчанию отключен. Чтобы включить его, используйте переопределения.

Причины

Сеть и подсистема хранения не могут обработать трафик реплики.

Решения

Увеличьте пропускную способность сети между первичным узлом и узлом реплики или убедитесь в том, что первичная подсистема и подсистема хранения поддерживают достаточное число операций ввода-вывода для обработки трафика реплики.

Element properties:

TargetMicrosoft.Windows.HyperV.Discovery.VirtualMachine
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.ReplicaDeltaPercentMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Виртуальной машиной в течение последнего интервала превышен порог пропущенных циклов репликации.
Виртуальная машина {1} пропустила {0} \% циклов репликации в течение последнего интервала. Доля сбоев превышает заданный критический уровень.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.ReplicationPercentMonitor" Accessibility="Public" Enabled="false" Target="HVDisc!Microsoft.Windows.HyperV.Discovery.VirtualMachine" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.ReplicaDeltaPercentMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.ReplicationPercentMonitor.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="HVLib!Microsoft.Windows.HyperV.VirtualMachine"]/VirtualMachineName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ReplicationPercentHealthy" MonitorTypeStateID="ReplicationCountPercentHealthy" HealthState="Success"/>
<OperationalState ID="ReplicationPercentCritical" MonitorTypeStateID="ReplicationCountPercentCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>3600</IntervalSeconds>
<ErrorLevelPercentage>25</ErrorLevelPercentage>
</Configuration>
</UnitMonitor>