zack kenton wrote: > Hi Andreas > > So what i needed to do was add the path to utils.pm within the perl > plugin, as well as add /usr/bin/perl...however, instead of no output > I'm not receiving "return code 9 is out of bounds" I've heard of 123 > or 127, but does anyone know what 9 means? >
I have no idea what you might have done to make it return 9. The error code 9 is EBADF (Bad file descriptor) in C, which you'd get if you'd forgotten to open a file-descriptor (or socket) before trying to read it. Could you post your perl plugin to the list? I'm sure it'd help in debugging this issue. -- Andreas Ericsson [EMAIL PROTECTED] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
