Clustered Data ONTAP Virtualization: Virtual Hard Disk LUN Space Utilization (\%) Monitor

DataONTAP.Cluster.Virtualization.HyperV.VhdOnLUN.LUNUsedSpaceMonitor (UnitMonitor)

The Virtual Hard Disk LUN Space Utilization (\%) Monitor monitors the value of the LUN Space Utilization counter collected by the Virtual Hard Disk LUN Monitoring Rule.

Knowledge Base article:

Summary

The Virtual Hard Disk LUN Space Utilization (%) Monitor monitors the value of the LUN Space Utilization counter collected by the Virtual Hard Disk LUN Monitoring Rule:

Counter Name: LUN Space Utilization

Instance Name: LUN Used Space (%)

Space utilization is defined as the percentage of the total space that has been used on the LUN.

Configuration

Two overrides are available for this monitor. Lower Threshold and Upper Threshold set the space utilization threshold percentages that trigger alerts.

The default lower threshold is 90%. Any value less than or equal to the lower threshold triggers a critical alert.

The default upper threshold is 95%. Any value between the lower and upper thresholds triggers a warning alert.

Element properties:

TargetDataONTAP.Cluster.Virtualization.HyperV.VhdOnLUN
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeDataONTAP.Cluster.MonitorType.DoubleThreshold
RemotableTrue
AccessibilityPublic
Alert MessageDataONTAP.Cluster.Virtualization.HyperV.VhdOnLUN.LUNUsedSpaceMonitor.AlertMessage
RunAsDefault

Source Code:

<UnitMonitor ID="DataONTAP.Cluster.Virtualization.HyperV.VhdOnLUN.LUNUsedSpaceMonitor" Accessibility="Public" Enabled="true" Target="DataONTAP.Cluster.Virtualization.HyperV.VhdOnLUN" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="DC!DataONTAP.Cluster.MonitorType.DoubleThreshold" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="DataONTAP.Cluster.Virtualization.HyperV.VhdOnLUN.LUNUsedSpaceMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="DataONTAP.Cluster.Virtualization.HyperV.AbstractVHDOnStorage"]/VHDPath$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="DataONTAP.Cluster.Virtualization.HyperV.AbstractVHDOnStorage"]/VserverName$</AlertParameter2>
<AlertParameter3>$Data/Context/Value$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="DataONTAP.Cluster.Virtualization.HyperV.VhdOnLUN.LUNUsedSpaceMonitor.OpState.Error" MonitorTypeStateID="AboveUpperThreshold" HealthState="Error"/>
<OperationalState ID="DataONTAP.Cluster.Virtualization.HyperV.VhdOnLUN.LUNUsedSpaceMonitor.OpState.Warning" MonitorTypeStateID="BetweenThresholds" HealthState="Warning"/>
<OperationalState ID="DataONTAP.Cluster.Virtualization.HyperV.VhdOnLUN.LUNUsedSpaceMonitor.OpState.Success" MonitorTypeStateID="BelowLowerThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ObjectID>$Target/Property[Type="DataONTAP.Cluster.Virtualization.HyperV.AbstractVHDOnStorage"]/HostFqdn$:$Target/Property[Type="DataONTAP.Cluster.Virtualization.HyperV.AbstractVHDOnStorage"]/VHDPath$</ObjectID>
<CounterName>VHD LUN Space Utilization</CounterName>
<ObjectName>Clustered Data ONTAP Virtualization: Virtual Hard Disk on LUN</ObjectName>
<InstanceName>VHD LUN Used Space (%)</InstanceName>
<LowerThreshold>90</LowerThreshold>
<UpperThreshold>95</UpperThreshold>
<IntervalSeconds>1800</IntervalSeconds>
<SyncTime>00:48</SyncTime>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>