new install, 127 plugin error

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.
Locked
gzion7
Posts: 4
Joined: Wed May 08, 2013 7:38 pm

new install, 127 plugin error

Post by gzion7 »

I am running ubuntu and I just installed Nagios.
Compiled it from the source, followed the instructions but it seems that the plugins are not getting installed so when I log in (localhost/nagios) it just says 127 error, plugins may not be installed...etc

I checked the libexec directory and it's empty no matter how many times i compile/make/make install the plugins.

Any ideas?

I am running ubuntu and it seems that the plugins are not installing no matter how many times I compile via make/make install.

When I login via locahost/nagios it gives me that 127 plugin may not be installed.

I noticed the libexec where the plugins should be listed is empty too.

Any ideas?
Last edited by lmiltchev on Mon May 13, 2013 8:25 am, edited 3 times in total.
Reason: please do not double post
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: new install, 127 plugin error

Post by slansing »

Are you sure that you did not install core from the nagios3 package that Ubuntu hosts, also, where did you get the plugins package? Have you followed our official installing from source guide?:

http://assets.nagios.com/downloads/nagi ... Source.pdf
gzion7
Posts: 4
Joined: Wed May 08, 2013 7:38 pm

Re: new install, 127 plugin error

Post by gzion7 »

I got the plugins from Nagios' site:
http://www.nagios.org/download/plugins/
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: new install, 127 plugin error

Post by slansing »

Are you sure that you did not install core from the nagios3 package that Ubuntu hosts.
gzion7
Posts: 4
Joined: Wed May 08, 2013 7:38 pm

Re: new install, 127 plugin error

Post by gzion7 »

slansing wrote:Are you sure that you did not install core from the nagios3 package that Ubuntu hosts.
You mean by doing "apt-get install nagios3"?
No i did not, I'm installing from the source.
gzion7
Posts: 4
Joined: Wed May 08, 2013 7:38 pm

Re: new install, 127 plugin error

Post by gzion7 »

I fixed it.
The issue was openssl.
Installed, recompiled, reloaded, restarted, working.

Thanks for the help though :)
Locked