Clustered Data ONTAP: Publish Node Average Processor Utilization (\%) Performance to Data Warehouse Rule

DataONTAP.Cluster.PublishToDW.NodeVserverAverageProcessorUtilizationPercent.Rule (Rule)

The Publish Node Average Processor Utilization (\%) Performance to Data Warehouse Rule inserts the Node Processor Utilization counter into the System Center Operations Manager database and puts it into the System Center Operations Manager Data Warehouse.

Knowledge Base article:

Summary

The Publish Node Average Processor Utilization (%) Performance to Data Warehouse Rule inserts the Node Processor Utilization counter into the System Center Operations Manager database and puts it into the System Center Operations Manager Data Warehouse. This rule works in conjunction with all the other performance collection counter rules in this management pack.

Configuration

Three 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 the rule to complete.

If you want to override parameters for any of the performance rules, ensure that all rules use the same override parameter values.

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.

Element properties:

TargetDataONTAP.Cluster.NodeVserver
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PublishToDataWarehouseDS DataSource DataONTAP.Cluster.Performance.GetPerformanceSample.DS Default
CD ConditionDetection DataONTAP.Cluster.Performance.PublishToDW.CD Default
PublishPerformanceDataToDW.WriteAction WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData DataONTAP.SecureReference.RunAsProfile
PublishPerformanceDataToOPSDB.WriteAction WriteAction Microsoft.SystemCenter.CollectPerformanceData DataONTAP.SecureReference.RunAsProfile

Source Code:

<Rule ID="DataONTAP.Cluster.PublishToDW.NodeVserverAverageProcessorUtilizationPercent.Rule" Enabled="true" Target="DataONTAP.Cluster.NodeVserver" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PublishToDataWarehouseDS" TypeID="DataONTAP.Cluster.Performance.GetPerformanceSample.DS">
<MonitoringMethodName>GetActiveSampleValueByCounter</MonitoringMethodName>
<CounterName>Node Average Processor Utilization (%)</CounterName>
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime>00:25</SyncTime>
<TimeoutSeconds>600</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="CD" TypeID="DataONTAP.Cluster.Performance.PublishToDW.CD">
<ObjectName>Clustered Data ONTAP: Node</ObjectName>
<CounterName>Node Processor Utilization</CounterName>
<InstanceName>Node Average Processor Utilization (%)</InstanceName>
<ObjectID>$Target/Property[Type="DataONTAP.Cluster.AbstractVserver"]/UUID$</ObjectID>
</ConditionDetection>
<WriteActions>
<WriteAction ID="PublishPerformanceDataToDW.WriteAction" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
<WriteAction ID="PublishPerformanceDataToOPSDB.WriteAction" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData" RunAs="DS!DataONTAP.SecureReference.RunAsProfile"/>
</WriteActions>
</Rule>