NetApp SANtricity Thin Volume Write Respsone Time Rule

NetAppSANtricity.NetAppSANtricity.ThinVolumeWriteRespsoneTimeRule (Rule)

Description for the new performance collection rule.

Element properties:

TargetNetAppSANtricity.ThinVolume
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

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