"The last update check failed"

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hakkintek
Posts: 4
Joined: Thu Feb 02, 2012 11:00 am

"The last update check failed"

Post by hakkintek »

Hi, I have an offline install of Nagios XI (2011R2.2) that I built from scratch. Everytime I login it says "The last update check failed", obviously because I'm offline. Is there a bit I can set to disable this?

Thanks!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: "The last update check failed"

Post by scottwilkerson »

If you go to Admin -> Manage System Config
you can uncheck the box labeled "Automatically Check for Updates:"
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
hakkintek
Posts: 4
Joined: Thu Feb 02, 2012 11:00 am

Re: "The last update check failed"

Post by hakkintek »

Yeah, did that first. Still shows the spinning stop sign of death on the bottom right of all the pages.

Also, I changed "check_for_updates" in the nagios.cfg from a "1" to a "0". No dice.

Anything else to try?

Thanks.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: "The last update check failed"

Post by scottwilkerson »

To make sure we are talking about the same thing, are you referring to this then you say "spinning stop sign of death"
update.PNG
You do not have the required permissions to view the files attached to this post.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
hakkintek
Posts: 4
Joined: Thu Feb 02, 2012 11:00 am

Re: "The last update check failed"

Post by hakkintek »

Yup. That's it.

Our customers obviously don't like seeing anything that says "Problem Detected". Hence, spinning sign of death.

Also, whenever someone logs into the GUI, there is a message that pops up stating that Nagios was unable to update. When you click on the message, it takes you to the update page. It says that the latest available update is R2.1 and the currently installed version is R2.2.

This is confusing to the customers who don't like being told to ignore it.

Sorry that I can't offer screen shots or anything... :(
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: "The last update check failed"

Post by mguthrie »

The offline installer is still brand new so there will probably be a few quirks like this to find yet, but here's a workaround in the meantime:

Code: Select all

psql nagiosxi nagiosxi
UPDATE xi_options SET value=1 WHERE name='last_update_check_succeeded';
\q
Locked