Свертка свободного пространства виртуального жесткого диска

Microsoft.Windows.HyperV.LogicalDiskFreeSpaceForVirtualDriveRollup (AggregateMonitor)

Создает сводку работоспособности от виртуального жесткого диска к логическому диску.

Knowledge Base article:

Сводка

Монитор формирует сводку работоспособности виртуального жесткого диска на логический диск.

Element properties:

TargetMicrosoft.Windows.Server.10.0.LogicalDisk
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryPerformanceCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Недостаточно свободного места на диске
Ваши виртуальные машины могли быть приостановлены полностью или частично. Освободите место на логическом диске.

Source Code:

<AggregateMonitor ID="Microsoft.Windows.HyperV.LogicalDiskFreeSpaceForVirtualDriveRollup" Accessibility="Public" Enabled="onEssentialMonitoring" Target="WSDisc!Microsoft.Windows.Server.10.0.LogicalDisk" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>PerformanceCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.LogicalDiskFreeSpaceForVirtualDriveRollup.ErrorAlert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>