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

check_gpfs

Rating
1 vote
Favoured:
1
Hits
96917
Files:
FileDescription
check_gpfs.gzUnknown Tag: 'FileDesc1'
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Simple bash script for GPFS Filesystem (Global Parallel FS) checks. It will check status, inodes, mount and fill level of the fill system. You must execute this plugin local.
]# ./check_gpfs -h

Usage: ./check_gpfs -task filesystem
Where task:
i|inodes - inode count
s|status - gpfs status
m|mount - mount status
f|file - fill level

use -w warning-value -c critical-value in combination with fill or inodes
Example: ./check_gpfs -i gpfs01 -w 100000 -c 200000
Reviews (1)
Thanks for this script, saved me heaps of time. However the inode checking portion of the script is incorrect. Changing the greater thans "-gt"'s to less thans "-lt"s in the check_inode section fixes it.