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

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Return code of 127 is out of bounds - plugin may be miss

Post by slansing »

So you installed libssl-dev, excellent, now lets do this:

Code: Select all

./configure --with-nagios-user=nagios --with-nagios-group=nagios

Code: Select all

make

Code: Select all

make install
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: Return code of 127 is out of bounds - plugin may be miss

Post by lmiltchev »

Run the following command and show us the output:

Code: Select all

yum list installed | grep ssl
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked