Page 1 of 1
Nagios Core 4.2.0 doesn't run
Posted: Thu Aug 04, 2016 9:11 pm
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?
Re: Nagios Core 4.2.0 doesn't run
Posted: Thu Aug 04, 2016 9:21 pm
by Box293
Nagios Core 4.2.0 requires NDO Utils to be updated to 2.1.0
https://github.com/NagiosEnterprises/ndoutils/releases
Re: Nagios Core 4.2.0 doesn't run
Posted: Thu Aug 04, 2016 11:44 pm
by Jessuzz94
After download it how to install?, or simply extract?
Re: Nagios Core 4.2.0 doesn't run
Posted: Fri Aug 05, 2016 12:09 am
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