Data ONTAP: Volume Space Utilization Rule

DataONTAP.Monitoring.Rule.Volume.UsedSpace (Rule)

This rule captures the space utilization state of all flexible volumes on all discovered Data ONTAP controllers, over a specified period of time.

Knowledge Base article:

Summary

This rule captures the space utilization state of all flexible volumes on all discovered Data ONTAP controllers, over a specified period of time.

Configuration

Several overrides are available for this rule. Sync Time and Interval Seconds determine when and how often the rule runs. Timeout Seconds determines how long System Center Operations Manager waits for this rule to complete.

Resolutions

If you suspect a problem with this rule, check the OnCommand and System Center Operations Manager event logs on the management server running the rule.

Additional

Event ID

Severity

Description

4000

INFO

Volume used space OK

4001

WARN

Volume used space above warning threshold

4002

ERR

Volume used space above critical threshold

4003

INFO

Volume used space unknown

Element properties:

TargetDataONTAP.ManagementServer
CategoryStateCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
WA WriteAction DataONTAP.Monitoring.InvokeMonitoringMethod.WriteActionModuleType Default

Source Code:

<Rule ID="DataONTAP.Monitoring.Rule.Volume.UsedSpace" Enabled="true" Target="DataONTAP.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>StateCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime>05:30</SyncTime>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="DataONTAP.Monitoring.InvokeMonitoringMethod.WriteActionModuleType">
<TimeoutSeconds>1800</TimeoutSeconds>
<Arguments>$Target/Property[Type="DataONTAP.ManagementServer"]/Fqdn$ GetVolumeUsedSpace</Arguments>
</WriteAction>
</WriteActions>
</Rule>