Page 1 of 1
NagiosXI Updates continues to spin...
Posted: Wed Mar 22, 2017 2:51 pm
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?
Re: NagiosXI Updates continues to spin...
Posted: Wed Mar 22, 2017 3:36 pm
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
Re: NagiosXI Updates continues to spin...
Posted: Thu Mar 23, 2017 9:02 am
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
Re: NagiosXI Updates continues to spin...
Posted: Thu Mar 23, 2017 9:07 am
by cdienger
Did you have any more immediate questions regarding this or are we okay closing the thread?