Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Collection of scripts to monitor file-systems on AIX 5.3, 6.1, 7.1 and VIOS 1-2 operating systems. The script has features to exclude file-systems and to include only certain types (jfs, nfs, cifs f.ex) of file-systems. The check includes scripts for remote hosts (AIX or VIOS OS) and Nagios server-side checks.
Current Version
0.6
Last Release Date
2013-11-09
Owner
Haukur Kristinsson
Website
http://www.hauxi.is
License
MIT
Compatible With
Check script for AIX 5.3,6.1,7.1 or VIOS. Version 0.6
Check script for Nagios
Collection of scripts I use to monitor AIX/VIOS infrastructure.
### Script for remote AIX/VIOS servers:
I use this script in conjuction with check_aix_disks. Tested with NRPE 1.9, on AIX 5.3, 6.1, 7.1 and VIOS 2
+ check_fs_aix + usage: /usr/nagios/libexec/check_fs_aix options + OPTIONS: + -h Show this message + -w Warning level in percentage (without %). + -c Critical level in percentage (without %). + -p Pattern for filesystem type. Default is jfs* (matches jfs and jfs2). + -e List of filesystems that need to be excluded (seperated with whitespaces). Example -e "/ /tmp /etc" for excluding /, /tmp and /etc filesystems. + -v verbose output (all filesystem status OK;WARNING;CRITICAL)
### Script for your Nagios servers:
+ usage: ./check_aix_disks options
Nagios check plugin for check_fs_aix.
Prerequisite: Remote AIX/VIOS server needs to use check_fs_aix with -v flag enabled.
+ OPTIONS: + -h Show this message + -r Remote hostname + -x Remote command of check_fs_aix (with -v flag) + -w Default warning level in percentage (without %). + -c Default critical level in percentage (without %). + -f Define forced threshold for filesystems. Ex. "/var:95:99 /tmp:96:99". + -v verbose output (all filesystem status OK;WARNING;CRITICAL)
### Examples of Nagios usage:
## HOST: define host{ use critical-host host_name server1 alias server1 (SAP Production) address 192.168.111.111 parents sw_central_1 icon_image vendors/aix.png icon_image_alt AIX 7.1 (SAP Production And DB) vrml_image vendors/aix.png statusmap_image vendors/aix.gd2 notes_url http://servermanager/?search=$HOSTNAME$ _SID strauss.sam _FORCEDDISKOPT -f "/oracle/XXX/sapdata1:95:97 /tmp:95:97" }
## COMMAND:
define command{ command_name check_aix_disks command_line $USER1$/check_aix_disks -r $HOSTADDRESS$ -x $ARG1$ $_HOSTFORCEDENTRIESAIX$ }
## Service:
define service { use critical-service hostgroups unix-servers # I use groups. service_description FILESYSTEMS check_command check_aix_disks!check_fs_verbose!_FORCEDENTRIESAIX }
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!