Data ONTAP Reporting: Controller Rate Of Change On Storage Utilization Rule

DataONTAP.Reporting.ControllerRateOfStorageUtilization.Rule (Rule)

This rule collects the Controller Rate Of Change On 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 Controller Rate Of Change On 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 
SDKPerformanceDataProviderDS DataSource Microsoft.SystemCenter.SdkPerformanceDataProvider DataONTAP.SecureReference.RunAsProfile
FilterControllerRateOfStorageUtilizationCD ConditionDetection DataONTAP.Reporting.Performance.FilterToOneCounter.CD Default
PublishPerformanceDataToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData DataONTAP.SecureReference.RunAsProfile

Source Code:

<Rule ID="DataONTAP.Reporting.ControllerRateOfStorageUtilization.Rule" Enabled="true" Target="DataONTAP!DataONTAP.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="SDKPerformanceDataProviderDS" TypeID="MicrosoftSystemCenterLibrary!Microsoft.SystemCenter.SdkPerformanceDataProvider" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
</DataSources>
<ConditionDetection ID="FilterControllerRateOfStorageUtilizationCD" TypeID="DataONTAP.Reporting.Performance.FilterToOneCounter.CD">
<CounterName>Storage Rate Of Change On Controller (%)</CounterName>
<ObjectName>DataONTAP.Controller</ObjectName>
</ConditionDetection>
<WriteActions>
<WriteAction ID="PublishPerformanceDataToDW" TypeID="MicrosoftSystemCenterDataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
</WriteActions>
</Rule>