Data ONTAP Reporting: LUN Average Latency Rule

DataONTAP.Reporting.LunAverageLatency.Rule (Rule)

This rule collects the LUN Average Latency 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 LUN Average Latency 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 
SDKPerformanceDataProviderLunDS DataSource Microsoft.SystemCenter.SdkPerformanceDataProvider DataONTAP.SecureReference.RunAsProfile
FilterLunLatencyFilterToOneCounterCD ConditionDetection DataONTAP.Reporting.Performance.FilterToOneCounter.CD Default
PublishPerformanceDataForLunLatencyToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData DataONTAP.SecureReference.RunAsProfile

Source Code:

<Rule ID="DataONTAP.Reporting.LunAverageLatency.Rule" Enabled="true" Target="DataONTAP!DataONTAP.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="SDKPerformanceDataProviderLunDS" TypeID="MicrosoftSystemCenterLibrary!Microsoft.SystemCenter.SdkPerformanceDataProvider" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
</DataSources>
<ConditionDetection ID="FilterLunLatencyFilterToOneCounterCD" TypeID="DataONTAP.Reporting.Performance.FilterToOneCounter.CD">
<CounterName>LUN average latency (ms)</CounterName>
<ObjectName>DataONTAP.Controller.Storage.LUN</ObjectName>
</ConditionDetection>
<WriteActions>
<WriteAction ID="PublishPerformanceDataForLunLatencyToDW" TypeID="MicrosoftSystemCenterDataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
</WriteActions>
</Rule>