Data ONTAP Reporting: Volume Storage Utilization Rule

DataONTAP.Reporting.VolumeStorageUtilization.Rule (Rule)

This rule collects the Volume Storage Utilization performance counter from the System Center Operations Manager database and puts it into the System Center Operations Manager Data Warehouse.

Knowledge Base article:

Summary

This rule collects the Volume Storage Utilization performance counter from the System Center Operations Manager database and puts it into the System Center Operations Manager Data Warehouse.

Element properties:

TargetDataONTAP.ManagementServer
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
SDKPerformanceDataProviderVolumeDS DataSource Microsoft.SystemCenter.SdkPerformanceDataProvider DataONTAP.SecureReference.RunAsProfile
FilterVolumeUtilizationFilterToOneCounterCD ConditionDetection DataONTAP.Reporting.Performance.FilterToOneCounter.CD Default
PublishPerformanceDataForVolumeUtilizationToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData DataONTAP.SecureReference.RunAsProfile

Source Code:

<Rule ID="DataONTAP.Reporting.VolumeStorageUtilization.Rule" Enabled="true" Target="DataONTAP!DataONTAP.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="SDKPerformanceDataProviderVolumeDS" TypeID="MicrosoftSystemCenterLibrary!Microsoft.SystemCenter.SdkPerformanceDataProvider" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
</DataSources>
<ConditionDetection ID="FilterVolumeUtilizationFilterToOneCounterCD" TypeID="DataONTAP.Reporting.Performance.FilterToOneCounter.CD">
<CounterName>Volume Used Space (%)</CounterName>
<ObjectName>DataONTAP.Controller.Storage.Volume</ObjectName>
</ConditionDetection>
<WriteActions>
<WriteAction ID="PublishPerformanceDataForVolumeUtilizationToDW" TypeID="MicrosoftSystemCenterDataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
</WriteActions>
</Rule>