NetApp SANtricity Snapshot Volume Read IOps Rule

NetAppSANtricity.NetAppSANtricity.SnapshotVolumeReadIOpsRule (Rule)

Description for the new performance collection rule.

Element properties:

TargetNetAppSANtricity.SnapshotVolume
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource NetAppSANtricity.SnapshotVolumePerfDataCollector Default
CollectToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="NetAppSANtricity.NetAppSANtricity.SnapshotVolumeReadIOpsRule" Target="NetAppSANtricity.SnapshotVolume" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="NetAppSANtricity.SnapshotVolumePerfDataCollector">
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>420</TimeoutSeconds>
<Trace>0</Trace>
<Metric>Read IOps</Metric>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>