GPFS

check_GPFS_mmlsquota

Description:

This Plugin is used to check quota’s on all your filesets within your GPFS file system, becoming useful to check departmental quota’s especially where GFPS is deployed in large scale computing/HPC environments.

It uses the mmlsfileset and mmlsquota commands from GPFS to check this and report back to nagios the current usage, hard quota and percentage used and is formatted in a single service.

commands.cfg line:

# ‘check_quota’ command definition
define command{
command_name check_quota
command_line sudo $USER1$/check_quota.sh
}

services.cfg command:

define service{
use generic-service
host_name {management node/storage node}
service_description Quota Check
check_command check_quota
}

sudoers file:

nagios ALL=(ALL) NOPASSWD:/usr/lib64/nagios/plugins/check_quota.sh
nagios ALL=(ALL) NOPASSWD:/usr/lpp/mmfs/bin/mmlsfileset
nagios ALL=(ALL) NOPASSWD:/usr/lpp/mmfs/bin/mmlsquota

Current Version

0.1

Last Release Date

2014-05-19

Compatible With

  • Nagios 3.x
  • Nagios 4.x

Project Notes
Reviews (0) Add a Review
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
0 (0)
Favorites
0
Views
21,389