Nagios Service Setup on Ubuntu 15.04

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
aj-brasaca
Posts: 2
Joined: Thu Jun 18, 2015 11:22 am

Nagios Service Setup on Ubuntu 15.04

Post by aj-brasaca »

Someone already configured Nagios Service Setup on Ubuntu 15.04 ? :(

Thanks a lot.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios Service Setup on Ubuntu 15.04

Post 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.
Former Nagios employee
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios Service Setup on Ubuntu 15.04

Post 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).
Be sure to check out our Knowledgebase for helpful articles and solutions!
aj-brasaca
Posts: 2
Joined: Thu Jun 18, 2015 11:22 am

Re: Nagios Service Setup on Ubuntu 15.04

Post 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.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Nagios Service Setup on Ubuntu 15.04

Post 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
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Locked