[Nagios-users] Return code of 127 is out of bounds - plugin may be missing error for check_memory.py

2013-04-15 Thread nag ios
Hi, i have a problem while using check_memory.py plugin its poping up error as below. (Return code of 127 is out of bounds - plugin may be missing) permissions for the plugin as root and root for owner , group owner. Please help me out

Re: [Nagios-users] Return code of 127 is out of bounds - plugin may be missing error for check_memory.py

2013-04-15 Thread Ben Sykes
Try running the check as the nagios user and see what happens. I ran into this problem also when I was using a very large number of services (3500+) in a single service group, which I fixed by turning off environment macros On Mon, Apr 15, 2013 at 8:43 PM, nag ios nagiost...@gmail.com wrote:

Re: [Nagios-users] Return code of 127 is out of bounds - plugin may be missing error for check_memory.py

2013-04-15 Thread Sunil Sankar
Make sure the plugin is present on the remote host and also mentioned in nrpe Regards Sunil On Mon, Apr 15, 2013 at 4:13 PM, nag ios nagiost...@gmail.com wrote: Hi, i have a problem while using check_memory.py plugin its poping up error as below. (Return code of 127 is out of bounds -

Re: [Nagios-users] Return code of 127 is out of bounds - plugin may be missing error for check_memory.py

2013-04-15 Thread Giorgio Zarrelli
Change the ownership of file to nagios user and chmod +x the file. Please, make a ls - lah inside the plugin directory. nag ios nagiost...@gmail.com ha scritto: -- Precog is a next-generation analytics platform capable

Re: [Nagios-users] Return code of 127 is out of bounds - plugin may be missing error for check_memory.py

2013-04-15 Thread Marc-André DOLL
Hi, Check if the path to the plugin defined in your Nagios command is correct. Regards, On 15/04/2013 12:43, nag ios wrote: Hi, i have a problem while using check_memory.py plugin its poping up error as below. (Return code of 127 is out of bounds - plugin may be missing) permissions for the

Re: [Nagios-users] Return code of 127 is out of bounds - plugin may be missing error

2009-03-12 Thread Kevin Keane
Return code 127 means that Nagios wasn't able to start the plugin executable - as you already found out from your googling, it usually means that either the plugin is missing altogether, is in a different directory from where Nagios expects it, or that it is not executable for the nagios user.

[Nagios-users] Return code of 127 is out of bounds - plugin may be missing error

2009-03-11 Thread Fritsch, Kurt
I inherited a Nagios system and I am by no means an expert in its configuration, so I apologize in advance. What I have been seeing for the last few days is that some of the services I'm monitoring are returning the following error for every host: (Return code of 127 is out of bounds - plugin