Монитор счетчика процентов репликации Hyper-V 2012 R2

Microsoft.Windows.HyperV.2012.R2.ReplicationPercentMonitor (UnitMonitor)

Отслеживает процент успешно выполненных репликаций Hyper-V 2012 R2

Knowledge Base article:

Сводка

В реплицируемой виртуальной машине пропущен не только настроенный процент циклов репликации.

Причины

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

Решения

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

Element properties:

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

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.2012.R2.ReplicationPercentMonitor" Accessibility="Public" Enabled="false" Target="HVDisc!Microsoft.Windows.HyperV.2012.R2.VirtualMachine" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.2012.R2.ReplicaDeltaPercentMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.2012.R2.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>