Home Directory Plugins Operating Systems AIX AIX Check Space for all Filesystems.

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

AIX Check Space for all Filesystems.

Current Version
0.4
Last Release Date
2013-09-04
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion
Owner
License
Other
Hits
97246
Files:
FileDescription
check_filesystems_spacev0.3 - URGENT update - break statement could show wrong status of filesystems.
check_filesystemsv0.4 - Include only file-systems type matching a grep pattern. This was needed to exclude mounted nfs filesystems.
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Goes through all mounted file systems and checks if they have free space from given parameters (percentages).

+ EDIT: Small modification was made in regards of file-system types. You can now define a type pattern, so that we can exclude file-system types like NFS.
This is beneficial if you often have hanging NFS mounts and want to exclude them.

Used with nrpe for AIX.

Written by Haukur Kristinsson and uses Korn Shell (AIX's default shell).
Reviews (2)
bytobecpre, June 17, 2013
1 of 1 people found this review helpful
I did however change your break statement to a next statement so it would process the filesystems after /proc
Owner's reply

I actually fixed this long ago, just saw that the file currently uploaded here had a break instead of continue... I re-uploaded the script. Thanks for notifying me.

bykarl_w_lewis, October 13, 2011