Thanks a lot.
Nagios Service Setup on Ubuntu 15.04
-
aj-brasaca
- Posts: 2
- Joined: Thu Jun 18, 2015 11:22 am
Nagios Service Setup on Ubuntu 15.04
Someone already configured Nagios Service Setup on Ubuntu 15.04 ?
Thanks a lot.
Thanks a lot.
Re: Nagios Service Setup on Ubuntu 15.04
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.
And is this for Nagios XI or Nagios Core? Nagios XI does not install on Ubuntu, only CentOS and RHEL systems.
Former Nagios employee
Re: Nagios Service Setup on Ubuntu 15.04
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).
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
Really sorry... I'm trying to install the trial through this tutorial (https://assets.nagios.com/downloads/nag ... Source.pdf).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.
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
What is the error?/etc/init.d/nagios start ========================================> This line gives me an error and Nagios don't start
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