Pure Storage FlashArray Host Read Latency Monitor

PureStorageFlashArray.HostReadLatencyMonitor.Powershell (UnitMonitor)

Host Read Latency Monitor

Element properties:

TargetPureStorage.FlashArray.PureHost
Parent MonitorPureStorageFlashArray.PureHost.AggregateMonitor
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypePureStorage.FlashArray.TimedScript.PowerShell.HostPerformanceMonitor.UnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Host Read Latency exceeds threshold
Host Read Latency ({0}) exceeds the configured monitoring threshold.
RunAsDefault

Source Code:

<UnitMonitor ID="PureStorageFlashArray.HostReadLatencyMonitor.Powershell" Accessibility="Public" Enabled="true" Target="PureStorage.FlashArray.PureHost" ParentMonitorID="PureStorageFlashArray.PureHost.AggregateMonitor" Remotable="true" Priority="Normal" TypeID="PureStorage.FlashArray.TimedScript.PowerShell.HostPerformanceMonitor.UnitMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="PureStorageFlashArray.HostReadLatencyMonitor.Powershell.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='usec_per_read_op']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Warning"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<TimeoutSeconds>120</TimeoutSeconds>
<IntervalSeconds>900</IntervalSeconds>
<MetricName>usec_per_read_op</MetricName>
<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>
<HostName>$Target/Property[Type="PureStorage.FlashArray.PureHost"]/Name$</HostName>
<Threshold>1000</Threshold>
<LogToArray>true</LogToArray>
</Configuration>
</UnitMonitor>