Data ONTAP Reporting: Average Total Latency On All Controllers Rule

DataONTAP.Reporting.AverageTotalLatency.Rule (Rule)

This rule collects the Controller 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 Controller 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 
SDKPerformanceDataProviderDS DataSource Microsoft.SystemCenter.SdkPerformanceDataProvider Default
FilterAverageTotalLatency ConditionDetection DataONTAP.Reporting.Performance.FilterToOneCounter.CD Default
PublishPerformanceDataToDW.WriteAction WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="DataONTAP.Reporting.AverageTotalLatency.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"/>
</DataSources>
<ConditionDetection ID="FilterAverageTotalLatency" TypeID="DataONTAP.Reporting.Performance.FilterToOneCounter.CD">
<CounterName>Average total latency (msec)</CounterName>
<ObjectName>DataONTAP.Controller</ObjectName>
</ConditionDetection>
<WriteActions>
<WriteAction ID="PublishPerformanceDataToDW.WriteAction" TypeID="MicrosoftSystemCenterDataWarehouseLibrary!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>