Pure Array Total IOPS Rule

PureStorage.FlashArray.PureArray.PowerShell.Script.Perf.TotalIOPS.Rule (Rule)

Element properties:

TargetPureStorage.FlashArray.PureArray
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource PureStorage.FlashArray.PureArray.PowerShell.Script.Perf.DS Default
System.Performance.DataGenericMapper ConditionDetection System.Performance.DataGenericMapper Default
Microsoft.SystemCenter.CollectPerformanceData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="PureStorage.FlashArray.PureArray.PowerShell.Script.Perf.TotalIOPS.Rule" Enabled="true" Target="PureStorage.FlashArray.PureArray" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="PureStorage.FlashArray.PureArray.PowerShell.Script.Perf.DS">
<TimeoutSeconds>120</TimeoutSeconds>
<IntervalSeconds>1800</IntervalSeconds>
<LogToArray>true</LogToArray>
</DataSource>
</DataSources>
<ConditionDetection ID="System.Performance.DataGenericMapper" TypeID="Perf!System.Performance.DataGenericMapper">
<ObjectName>Pure Array</ObjectName>
<CounterName>Total IOPs</CounterName>
<InstanceName>$Data/Property[@Name='InstanceName']$</InstanceName>
<Value>$Data/Property[@Name='total_iops']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="Microsoft.SystemCenter.CollectPerformanceData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>