AIX Server: File system free space Health Monitor

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

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

Knowledge Base article:

Summary

File system free space is under threshold.

Available file system space is below the minimum threshold configured in Xian Network Manager 2012.

Causes

File storage process has exceeded expected values, thus reducing available space on the file system.

Resolutions

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

Additional

Monitors the file system free space and detects when the file system available resources are below a given threshold.

Element properties:

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

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.AIXServers.FileSystemFreeSpace.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_AIX!Jalasoft.Xian.Common.Elements.ThirdParty.AIX.JsXAIXServerFileSystemElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="FileSystemFreeSpace_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>