虚拟硬盘可用磁盘空间汇总

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>