AIX Server: Disk free space Health Monitor

Jalasoft.Xian.SmartManagementPacks.AIXServers.DiskFree.1.1 (AggregateMonitor)

This monitor catches Xian events that notifies when the Disk free space has changed its state.

Knowledge Base article:

Summary

Free disk space is below threshold.

Free disk space is below the minimum threshold configured in Xian Network Manager 2012.

Causes

The process of file storage has exceeded expected values, reducing available space on the disk.

Resolutions

Monitor the file system performance and parameters for deleting files. If necessary, upgrade to respond to requirements through striping the file systems of this disk or splitting up the data across additional file systems on other disks or servers.

Additional

Monitors free disk space.

Element properties:

TargetJalasoft.Xian.Common.Elements.ThirdParty.AIX.JsXAIXDiskElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Disk free space Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.AIXServers.DiskFree.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_AIX!Jalasoft.Xian.Common.Elements.ThirdParty.AIX.JsXAIXDiskElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="DiskFree_AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Params/Param[3]$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>