Page 1 of 1

Disk Utilization - AIX & Linux

Posted: Wed Jul 13, 2016 11:26 am
by raamardhani7
Hi Team,

We are looking for the below requirement for linux and AIX servers.
We are getting the below output when we are running the below command:
Linux DIsk Usage:
/usr/local/nagios/libexec/check_nrpe -H uusrcpmca00.fossil.com -t 30 -c check_disk -a '-w 20% -c 10% -p / disk'
AIX Disk Usage:
/usr/local/nagios/libexec/check_nrpe -H dalcbiwp30.fossil.com -t 30 -c check_disk -n -a '-p -w 20% -c 10% /'

DISK OK - free space: / 99264 MB (38% inode=97%):

Could you please help us with the command that gives me the total disk size to be printed in output.
Example: DISK OK - free space: / 99264 MB (38% inode=97%) out of 50GB.

Thanks..

Re: Disk Utilization - AIX & Linux

Posted: Wed Jul 13, 2016 12:21 pm
by tgriep
The check_disk plugin doesn't have an option to show the total disk space but I found this plugin on the Exchange site that may work for you.
https://exchange.nagios.org/directory/P ... nt/details
If not, search the site to find a plugin that will give you the desired output.

Re: Disk Utilization - AIX & Linux

Posted: Tue Jul 26, 2016 12:29 pm
by raamardhani7
tgriep wrote:The check_disk plugin doesn't have an option to show the total disk space but I found this plugin on the Exchange site that may work for you.
https://exchange.nagios.org/directory/P ... nt/details
If not, search the site to find a plugin that will give you the desired output.

Thanks a lot Tom,

We can close this thread. thanks again..