Pure Volume Total IOPS Rule

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

Element properties:

TargetPureStorage.FlashArray.PureVolume
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource PureStorage.FlashArray.PureVolume.PowerShell.Script.Perf.DS.Filtered 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.PureVolume.PowerShell.Script.Perf.TotalIOPS.Rule" Enabled="false" Target="PureStorage.FlashArray.PureVolume" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="PureStorage.FlashArray.PureVolume.PowerShell.Script.Perf.DS.Filtered">
<TimeoutSeconds>120</TimeoutSeconds>
<IntervalSeconds>900</IntervalSeconds>
<Endpoint>$Target/Host/Property[Type="PureStorage.FlashArray.PureArray"]/Endpoint$</Endpoint>
<UserName>$RunAs[Name="PureStorage.FlashArray.FlashArrayAdminAccount"]/UserName$</UserName>
<Password>$RunAs[Name="PureStorage.FlashArray.FlashArrayAdminAccount"]/Password$</Password>
<VolumeName>$Target/Property[Type="PureStorage.FlashArray.PureVolume"]/Name$</VolumeName>
<LogToArray>true</LogToArray>
<IgnoreCertificateErrors>true</IgnoreCertificateErrors>
</DataSource>
</DataSources>
<ConditionDetection ID="System.Performance.DataGenericMapper" TypeID="Perf!System.Performance.DataGenericMapper">
<ObjectName>PureVolume</ObjectName>
<CounterName>Total IOPs</CounterName>
<InstanceName>$Data/Property[@Name='VolumeName']$</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>