Page 1 of 1

DISK CRITICAL - 30 is not accessible: No such file or direct

Posted: Mon Jun 30, 2014 6:42 am
by RDMaroto
Good morning,
I check the disk with the plugin check_nrpe - c check_disk and a puntual moment appear this error: (PARTITION / and /var)

DISK CRITICAL - 30 is not accessible: No such file or directory

What does this error mean? (Especially the 30)

There are timely communication problem?


Thanks for your time.
Regards

Re: DISK CRITICAL - 30 is not accessible: No such file or di

Posted: Mon Jun 30, 2014 8:04 am
by jakkul
Are you checking something else on the same host using NRPE? Does that work?

Have you tried running the plugin that checks for free space by hand on the host? What's the result?

Re: DISK CRITICAL - 30 is not accessible: No such file or di

Posted: Mon Jun 30, 2014 9:36 am
by tmcdonald
What is the exact command you have configured in NRPE for that check_disk command?
What command are you running from Nagios to check it?

Re: DISK CRITICAL - 30 is not accessible: No such file or di

Posted: Tue Jul 01, 2014 2:24 am
by RDMaroto
Good morning,
The command is $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$, and
ARG1: check_disk
ARG2: 15% 10% /

Thanks for your time
Regards

Re: DISK CRITICAL - 30 is not accessible: No such file or di

Posted: Tue Jul 01, 2014 9:19 am
by tmcdonald
So that's the command from the Nagios side, but what about the check_disk command defined in your NRPE configs on the remote machine? And do you have arguments enabled, meaning dont_blame_nrpe is set to 1 and you compiled with the proper --enable-command-args flag?

http://www.thegeekstuff.com/2010/12/ena ... arguments/