Page 1 of 1

Help Needed

Posted: Thu Oct 07, 2010 2:55 am
by likith_jogi
Hi guys,

i'm new to nagios,

i hv installed nagios from rpm package, but i'm getting the follwing error, plz help me

Return code of 126 is out of bounds - plugin may be missing

regards,
Likith Jogi

Re: Help Needed

Posted: Fri Oct 08, 2010 9:56 am
by mguthrie
This is usually from a misconfiguration with the check command. The plugin may not be installed, or it may not be defined as a check command in the commands.cfg file yet. If it is already defined, try manually running your check from the command line to check and make sure you you've got your settings correct.

cd /usr/local/nagios/libexec
./check_<something> <options>