Pure Storage FlashArray Array Read Bandwidth Monitor

PureStorageFlashArray.ArrayReadBandwidthMonitor.Powershell (UnitMonitor)

Array Read Bandwidth Monitor

Element properties:

TargetPureStorage.FlashArray.PureArray
Parent MonitorPureStorageFlashArray.PureArray.AggregateMonitor
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypePureStorage.FlashArray.TimedScript.PowerShell.ArrayPerformanceMonitor.UnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Array Read Bandwidth exceeded threshold
Array Read Bandwidth ({0}) exceeded the configured monitoring threshold.
RunAsDefault

Source Code:

<UnitMonitor ID="PureStorageFlashArray.ArrayReadBandwidthMonitor.Powershell" Accessibility="Public" Enabled="true" Target="PureStorage.FlashArray.PureArray" ParentMonitorID="PureStorageFlashArray.PureArray.AggregateMonitor" Remotable="true" Priority="Normal" TypeID="PureStorage.FlashArray.TimedScript.PowerShell.ArrayPerformanceMonitor.UnitMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="PureStorageFlashArray.ArrayReadBandwidthMonitor.Powershell.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ReadBandwidth']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Warning"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<TimeoutSeconds>120</TimeoutSeconds>
<IntervalSeconds>1800</IntervalSeconds>
<MetricName>ReadBandwidth</MetricName>
<Threshold>1000000000</Threshold>
<LogToArray>true</LogToArray>
</Configuration>
</UnitMonitor>