NagiosXI Updates continues to spin...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lewislopez
Posts: 8
Joined: Wed Aug 10, 2016 7:25 am

NagiosXI Updates continues to spin...

Post by lewislopez »

The nagiosxi "Check For Updates" page is continuously spinning with the message, "Update in progress" but nothing is happening. We actually upgraded the software manually from 5.3.0 to 5.4.3; restarted the system. After all the updates the "check for updates" page is still spinning.

What can we do to clear the status?
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: NagiosXI Updates continues to spin...

Post by ssax »

Please run this command:

Code: Select all

grep mysql /usr/local/nagiosxi/html/config.inc.php | wc -l
If the command above outputs the number 3, run this command:

Code: Select all

echo "update xi_commands set status_code = '2' where command = '1120';" | mysql -uroot -pnagiosxi
If the command above outputs the number 2, run this command:

Code: Select all

echo "update xi_commands set status_code = '2' where command = '1120';" | psql nagiosxi nagiosxi
Then go back to the page now and see if it's resolved, let us know the results.


Thank you
lewislopez
Posts: 8
Joined: Wed Aug 10, 2016 7:25 am

Re: NagiosXI Updates continues to spin...

Post by lewislopez »

I checked the page this morning and everything seems to be working now. Strange that all day yesterday it just continued to spin. But this morning it was fine.

Thanks,

Lewis
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: NagiosXI Updates continues to spin...

Post by cdienger »

Did you have any more immediate questions regarding this or are we okay closing the thread?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked