Nagios Core 4.2.0 doesn't run

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
Jessuzz94
Posts: 162
Joined: Thu Jun 04, 2015 12:08 pm

Nagios Core 4.2.0 doesn't run

Post by Jessuzz94 »

Hi, one yar ago y done a student project with nagios, but now nagios its update to the version 4.2.0m I used to use the 4.0.8 version of nagios core, so, i used the same installation guide of 4.0.8 but with the new nagios updated and plugins updated and when i finish the installation i tried to see the web interface and nagios is not running, and I tried to restart or start nagios and it hows me failed starting nagios, what is happening?
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Nagios Core 4.2.0 doesn't run

Post by Box293 »

Nagios Core 4.2.0 requires NDO Utils to be updated to 2.1.0

https://github.com/NagiosEnterprises/ndoutils/releases
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Jessuzz94
Posts: 162
Joined: Thu Jun 04, 2015 12:08 pm

Re: Nagios Core 4.2.0 doesn't run

Post by Jessuzz94 »

After download it how to install?, or simply extract?
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Nagios Core 4.2.0 doesn't run

Post by Box293 »

I've not done an upgrade guide yet, but in this install guide:

https://support.nagios.com/kb/article.php?id=406

All that should be required is:

Code: Select all

service ndo2db stop
cd /tmp/ndoutils
./configure
make
make install
make install-init
service ndo2db start
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked