Page 1 of 1

Nagios Service Setup on Ubuntu 15.04

Posted: Thu Jun 18, 2015 11:30 am
by aj-brasaca
Someone already configured Nagios Service Setup on Ubuntu 15.04 ? :(

Thanks a lot.

Re: Nagios Service Setup on Ubuntu 15.04

Posted: Thu Jun 18, 2015 12:41 pm
by tmcdonald
Can you be more specific? Are you asking for an install guide or are you running into a particular problem?

And is this for Nagios XI or Nagios Core? Nagios XI does not install on Ubuntu, only CentOS and RHEL systems.

Re: Nagios Service Setup on Ubuntu 15.04

Posted: Thu Jun 18, 2015 12:47 pm
by lmiltchev
Are you asking about Nagios Core or Nagios XI? You posted on the Nagios XI General Support forum...

Nagios XI is urrently supported with CentOS & RHEL 5 & 6 (32 and 64 bit installations), and CentOS & RHEL 7 (64 bit installations).

Re: Nagios Service Setup on Ubuntu 15.04

Posted: Thu Jun 18, 2015 2:42 pm
by aj-brasaca
tmcdonald wrote:Can you be more specific? Are you asking for an install guide or are you running into a particular problem?

And is this for Nagios XI or Nagios Core? Nagios XI does not install on Ubuntu, only CentOS and RHEL systems.
Really sorry... I'm trying to install the trial through this tutorial (https://assets.nagios.com/downloads/nag ... Source.pdf).

However, on page 2, at this part:

All systems:

make all
make install
make install-init
make install-config
make install-commandmode
make install-webconf
cp -R contrib/eventhandlers/ /usr/local/nagios/libexec/
chown -R nagios:nagios /usr/local/nagios/libexec/eventhandlers
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
/etc/init.d/nagios start ========================================> This line gives me an error and Nagios don't start

This is my doubt.

Thanks.

Re: Nagios Service Setup on Ubuntu 15.04

Posted: Thu Jun 18, 2015 2:45 pm
by jolson
/etc/init.d/nagios start ========================================> This line gives me an error and Nagios don't start
What is the error?

Also, it would be useful to know the output of the following command:

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg