Page 1 of 1

Instalation Nagios Core -Ubuntu 14.04 LTS

Posted: Tue Oct 28, 2014 1:19 am
by ABSjose
Dear,

I am installing a NAGIOS CORE Linux distribution Ubuntu Server 14.04 LTS, followed all the steps in the Quickstart Ubuntu Nagios (http://nagios.sourceforge.net/docs/3_0/quickstart.html) nagios-installing version 3.2 .3 and nagios-plugins-1.4.11.

After installation, entry via web and I get a message that says:

not Found
"The request URL localhost / nagios was not found on this server
/2.4.7 Apache (Ubuntu) Server at localhost Port 80 "

and you change the port and still not working.

At first I was an error executing the command: install-webconf
to fix this by creating a folder

"Mkdir / etc / httpd
mkdir /etc/httpd/conf.d
mkdir /etc/httpd/conf.d/nagios.conf
and run the following command Finally
sudo make install-webconf
You should see output similar to the following
/ usr / bin / install -c -m 644 sample-config / httpd.conf /etc/httpd/conf.d/nagios.conf
*** Nagios / Apache conf file installed ***
Now following the next steps for installation nagions "

dont know what else to do if you already followed all the steps, and verify that apache is running, someone who can tell me what else should I do please.

Thank you very much.

Re: Instalation Nagios Core -Ubuntu 14.04 LTS

Posted: Tue Oct 28, 2014 11:13 am
by sreinhardt
It looks like you are installing from source, but installing quite old versions, plugins 1.4.11 and core 3.2.3 are probably both between 4-6 years old. Is there any particular reason you are not using at least core 3.5 and plugins 2.0? Otherwise for installing on ubuntu from source, I would suggest following this: http://assets.nagios.com/downloads/nagi ... Source.pdf

Re: Instalation Nagios Core -Ubuntu 14.04 LTS

Posted: Tue Oct 28, 2014 8:49 pm
by Box293
This page should give you all the exact steps:

http://sites.box293.com/nagios/guides/i ... untu-14-04

I do a lot of test and dev so I found it really helpful that I record these steps for my own sanity :lol: