Nagios Core 4.2.0 doesn't run
Nagios Core 4.2.0 doesn't run
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?
- 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
Nagios Core 4.2.0 requires NDO Utils to be updated to 2.1.0
https://github.com/NagiosEnterprises/ndoutils/releases
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.
Re: Nagios Core 4.2.0 doesn't run
After download it how to install?, or simply extract?
- 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
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:
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 startAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.