Clustered Data ONTAP: Node Performance Statistics Collection Rule

DataONTAP.Cluster.Monitoring.InsertNodeVserverPerformanceStatistics.Rule (Rule)

The Node Performance Statistics Collection 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 Node Performance Statistics Collection 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 
SimpleSchedulerDataSource DataSource System.SimpleScheduler Default
RunMonitoringWriteAction WriteAction DataONTAP.Cluster.Monitoring.WriteActionModuleType Default

Source Code:

<Rule ID="DataONTAP.Cluster.Monitoring.InsertNodeVserverPerformanceStatistics.Rule" Target="DataONTAP.Cluster.NodeVserver" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="SimpleSchedulerDataSource" TypeID="System!System.SimpleScheduler">
<!-- IntervalSeconds specifies how often we will run the rule. -->
<IntervalSeconds>3600</IntervalSeconds>
<!-- SyncTime specifies the minutes after the hour to synchronize execution of the rule. -->
<SyncTime>00:53</SyncTime>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="RunMonitoringWriteAction" TypeID="DataONTAP.Cluster.Monitoring.WriteActionModuleType">
<TimeoutSeconds>900</TimeoutSeconds>
<MonitoringMethodName>InsertNodeVserverPerformanceStatistics</MonitoringMethodName>
<VserverUUID>$Target/Property[Type="DataONTAP.Cluster.AbstractVserver"]/UUID$</VserverUUID>
</WriteAction>
</WriteActions>
</Rule>