NetApp SANtricity Volume Combined Respsone Time Rule

NetAppSANtricity.NetAppSANtricity.VolumeCombinedRespsoneTimeRule (Rule)

Description for the new performance collection rule.

Element properties:

TargetNetAppSANtricity.Volume
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="NetAppSANtricity.NetAppSANtricity.VolumeCombinedRespsoneTimeRule" Target="NetAppSANtricity.Volume" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="NetAppSANtricity.VolumePerfDataCollector">
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>420</TimeoutSeconds>
<Trace>0</Trace>
<Metric>Combined 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>