v3.4.1 says update available

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.
User avatar
tumfederman
Posts: 7
Joined: Tue Apr 10, 2012 2:51 pm
Location: Chicago, IL

Re: v3.4.1 says update available

Post by tumfederman »

Yes, I even used 2 other browsers (I use Chrome, I tested IE and FF).
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: v3.4.1 says update available

Post by agriffin »

Try checking the file /usr/local/nagios/share/config.inc.php (or the equivalent if you installed nagios somewhere else). There should be several file paths listed in there; see if they're correct. If everything still looks fine but the problem persists, try stopping nagios, deleting /usr/local/nagios/var/retention.dat, and starting nagios again.
User avatar
tumfederman
Posts: 7
Joined: Tue Apr 10, 2012 2:51 pm
Location: Chicago, IL

Re: v3.4.1 says update available

Post by tumfederman »

removed the retention.dat resolved the issue, thanks :)
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: v3.4.1 says update available

Post by agriffin »

Glad you got it resolved!
helzerr
Posts: 5
Joined: Thu Jun 14, 2012 12:39 pm
Location: Orlando, FL
Contact:

Re: v3.4.1 says update available

Post by helzerr »

My Nagios is doing the same thing. I just upgraded from 3.2.3 to 3.4.1; the home page says:

Nagios® Core™
Version 3.4.1
May 11, 2012
Check for updates
A new version of Nagios Core is available!
Visit nagios.org to download Nagios 3.3.1.
helzerr
Posts: 5
Joined: Thu Jun 14, 2012 12:39 pm
Location: Orlando, FL
Contact:

Re: v3.4.1 says update available

Post by helzerr »

Bravely defying the warning at the top of the file, I was able to replace the info{} stanza in retention.dat with:

Code: Select all

info {
created=1339697308
version=3.4.1
last_update_check=0
update_available=0
update_uid=0
last_version=
new_version=
}
Which resolved the problem without losing all the retained status information.
Locked