Solaris Server: File system usage Health Monitor

Jalasoft.Xian.SmartManagementPacks.SolarisServers.FileSystemPercentUsed.1.1 (AggregateMonitor)

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

Knowledge Base article:

Summary

File system usage is over threshold.

Percentage of file system usage is above the maximum threshold configured in Xian Network Manager 2012.

Causes

File storage process has exceeded expected values, thus increasing the usage of 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 usage and detects when the percentage of use is above a given threshold.

Element properties:

TargetJalasoft.Xian.Common.Elements.ThirdParty.Solaris.JsXSolarisServerFileSystemElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
File system usage Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.SolarisServers.FileSystemPercentUsed.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_Solaris!Jalasoft.Xian.Common.Elements.ThirdParty.Solaris.JsXSolarisServerFileSystemElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="FileSystemPercentUsed_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>