Hi all - hitting an issue currently trying to upgrade nagiosxi
Trying to update via the UI - clicking check for updates and the message "Update in progress. Please wait. Update may take a few minutes." begins whirling away. unfortunately it appears to be stuck like this without actually doing anything '9going on an hour so far). even after restarting the service AND then the machine.
Originally i thought it might be because it's been told to use a proxy and was being blocked but there's no response to tell me.
however If i initiate a cURL request directly from the box's terminal i get a response (for example as a test, I can curl -x http://my_proxy -k https://repo.nagios.com )
Which made me think is nagiosxi actually pick up the proxy configuration that's set? (in the UI i can see the correct proxy set under proxy configuration )
i cannot see any errors or indications in the logs to denote a failure. Is there
A) a way to clear the stuck update message and
B) a way to check/confirm nagiosxi is in fact picking up that proxy setting?
Regards
update via UI stuck
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: update via UI stuck
Hi,
Please follow the steps in the kb article below to clear the stuck update message.
https://support.nagios.com/kb/article/n ... e-851.html
The check for updates again, Admin > System Information > Check For Update. If for reason, the system did not upgrade to the latest version, I would try running the manual upgrade.
Please follow the steps in the kb article below to clear the stuck update message.
https://support.nagios.com/kb/article/n ... e-851.html
The check for updates again, Admin > System Information > Check For Update. If for reason, the system did not upgrade to the latest version, I would try running the manual upgrade.
Code: Select all
cd /tmp
rm -rf nagiosxi xi*.tar.gz
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./upgrade
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: update via UI stuck
Hi Ben!
Thank you that appears to have resolved this particular issue!
regards
Thank you that appears to have resolved this particular issue!
regards
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: update via UI stuck
Great!IPOInS wrote:Hi Ben!
Thank you that appears to have resolved this particular issue!
regards
Locking thread