Update 3.2.3 to 3.3.1 issue

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
kolyan007
Posts: 6
Joined: Wed Oct 12, 2011 5:44 pm

Update 3.2.3 to 3.3.1 issue

Post by kolyan007 »

Hi,

I've downloaded 3.3.1 release and try to update my current Nagios Core 3.2.3 on CentOS 5.4, but unsuccessful:
# ./configure --with-command-group=nagcmd - success
# make all - success
# make install - success

But Nagios web:
Nagios® Core™
Version 3.2.3
October 03, 2010
Check for updates
Read what's new in Nagios Core 3
A new version of Nagios Core is available!
Visit nagios.org to download Nagios 3.3.1.

Please find attached log.

Thanks
Attachments
nagios-install.txt
(22.72 KiB) Downloaded 241 times
kolyan007
Posts: 6
Joined: Wed Oct 12, 2011 5:44 pm

Re: Update 3.2.3 to 3.3.1 issue

Post by kolyan007 »

There is my reply to my question:

Previous version (3.2.1 upgraded to 3.2.3) was installed in /etc/nagios, /usr/lib64/nagios and /usr/share/nagios, but last version (3.3.1) has been installed by default to /usr/local/nagios. By some reason during installation the current nagios service wasn't stopped so there were at least 2 working nagios services.
It will be great if new nagios will search for installed version and uninstall it.
So I've used command kill <pid> to stop unnecessary services, then manual delete old folders.

Cheers
Locked