Монитор избыточной подготовки пула носителей

Microsoft.SystemCenter.VirtualMachineManager.Storage.Pool.OverProvisionMonitor (UnitMonitor)

Knowledge Base article:

Summary

The LUNs in the storage pool have a total capacity that is close to or more than the total capacity of the storage pool. The default setting is to raise an alert if the total capacity of the LUNs is more than 90% of the total managed space for the storage pool.

Resolutions

Add additional capacity to your storage pool or reduce the capacity of your LUNs.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Storage.StoragePool
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.Storage.CheckValueWithinRangeMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Превышено пороговое значение избыточной подготовки пула носителей

Избыточная подготовка пула носителей {1} на уровне {0} \%
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.Pool.OverProvisionMonitor" Accessibility="Public" Target="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool" TypeID="Microsoft.SystemCenter.VirtualMachineManager.Storage.CheckValueWithinRangeMonitorType" ParentMonitorID="Health!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.Storage.Pool.OverProvisionMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool"]/OverProvisionPercent$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverProvisionHealthy" MonitorTypeStateID="ValueWithinRangeHealthy" HealthState="Success"/>
<OperationalState ID="OverProvisionCritical" MonitorTypeStateID="ValueWithinRangeCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>1800</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<MinValue>0</MinValue>
<MaxValue>90</MaxValue>
<CurrentValue>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool"]/OverProvisionPercent$</CurrentValue>
</Configuration>
</UnitMonitor>