Array Space Monitor

PureStorageFlashArray.ArraySpaceMonitor.Powershell (UnitMonitor)

Array Used Space Monitor

Element properties:

TargetPureStorage.FlashArray.PureArray
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypePureStorage.FlashArray.TimedScript.PowerShell.ArrayPerformanceMonitor.UnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Array used space exceeded threshold
Array Used Space ({0}) exceeded the configured monitoring threshold.
RunAsDefault

Source Code:

<UnitMonitor ID="PureStorageFlashArray.ArraySpaceMonitor.Powershell" Accessibility="Public" Enabled="true" Target="PureStorage.FlashArray.PureArray" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="PureStorage.FlashArray.TimedScript.PowerShell.ArrayPerformanceMonitor.UnitMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="PureStorageFlashArray.ArraySpaceMonitor.Powershell.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='SpaceUsedRatio']$</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>SpaceUsedRatio</MetricName>
<Threshold>0.8</Threshold>
</Configuration>
</UnitMonitor>