How to check disk space on AIX
Posted: Mon Mar 17, 2014 3:55 pm
How to check the disk space on a AIX server in one command for multiple folder like - /home, /var, /dev, /usr / below is the example of what I have setup to just check /dev folder. This command is in my nrpe.cfg file.
command[check_dev]=/usr/local/nagios/libexec/check_disk -w 30% -c 5% -p /dev
command[check_dev]=/usr/local/nagios/libexec/check_disk -w 30% -c 5% -p /dev