System Center 2016 Virtual Machine Manager Storage Pool Capacity

Microsoft.SystemCenter.VirtualMachineManager.2016.StoragePoolCapacityMonitor (UnitMonitor)

Monitors storage pool capacity usage

Knowledge Base article:

Summary

The Storage Pool Capacity monitor tracks the available capacity of storage pools in VMM. When storage usage approaches the available storage pool capacity, the monitor will go into a warning or critical state.

Causes

Storage usage of the storage pool is approaching the pool’s available capacity. By default, when storage usage exceeds 80% of capacity, the monitor will go into a warning state and when storage usage exceeds 90% of capacity, the monitor will go into a critical state. Each of these thresholds is overrideable.

Resolutions

To return the monitor to a healthy state, you may:

Redefine the storage pool’s capacity

Reduce storage usage within the pool

Override the warning and critical thresholds of the monitor

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.StoragePool
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.2016.StoragePoolCapacityMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Storage Pool Capacity Usage Exceeded Threshold

Storage pool total capacity: {0}
Storage pool used capacity: {1}
Storage pool usage is {2}, and it has exceeded the warning threshold {3}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2016.StoragePoolCapacityMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2016.StoragePoolCapacityMonitorType" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2016.StoragePoolCapacityMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool"]/TotalCapacity$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool"]/UsedCapacity$</AlertParameter2>
<AlertParameter3>$Data/Context/Property[@Name='StoragePoolUsage']$</AlertParameter3>
<AlertParameter4>$Data/Context/Property[@Name='WarningThreshold']$</AlertParameter4>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="StorageCapacityCritical" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="StorageCapacityWarning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="StorageCapacityHealthy" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<TotalCapacity>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool"]/TotalCapacity$</TotalCapacity>
<UsedCapacity>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.StoragePool"]/UsedCapacity$</UsedCapacity>
<WarningThreshold>80</WarningThreshold>
<CriticalThreshold>90</CriticalThreshold>
</Configuration>
</UnitMonitor>