Clustered Data ONTAP: Publish Aggregate Used Space (\%) Performance to Data Warehouse Rule

DataONTAP.Cluster.PublishToDW.AggregateUsedSpacePercent.Rule (Rule)

The Publish Aggregate Used Space (\%) Performance to Data Warehouse Rule inserts the Aggregate Space 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 Aggregate Used Space (%) Performance to Data Warehouse Rule inserts the Aggregate Space 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.Aggregate
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.AggregateUsedSpacePercent.Rule" Enabled="true" Target="DataONTAP.Cluster.NodeVserver.Aggregate" 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>Aggregate Used Space (%)</CounterName>
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime>00:17</SyncTime>
<TimeoutSeconds>600</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="CD" TypeID="DataONTAP.Cluster.Performance.PublishToDW.CD">
<ObjectName>Clustered Data ONTAP: Aggregate</ObjectName>
<CounterName>Aggregate Space Utilization</CounterName>
<InstanceName>Aggregate Used Space (%)</InstanceName>
<ObjectID>$Target/Property[Type="DataONTAP.Cluster.NodeVserver.Aggregate"]/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>