hi ,
I've updated nagios to newer version but on the nagios site page still showed "Nagios XI 5.6.7 • Check for Updates"
> rpm -qa|grep nagios
nagiosxi-wmic-5.8.4-1.el7.x86_64
nagiosxi-nagiosql-5-4.13.el7.x86_64
nagiosxi-nrpe-5.8.4-1.el7.x86_64
nagiosxi-nagioscore-5.8.4-1.el7.x86_64
nagios-repo-7-4.el7.noarch
nagiosxi-nxti-5.8.4-1.el7.x86_64
nagiosxi-nagvis-5.8.4-1.el7.x86_64
nagiosxi-ndoutils-5.8.4-1.el7.x86_64
nagiosxi-nagiosplugins-5.8.4-1.el7.x86_64
nagiosxi-shellinabox-5.8.4-1.el7.x86_64
nagiosxi-nagiosmobile-5.6.14-1.el7.x86_64
nagiosxi-pnp-5.8.4-1.el7.x86_64
nagiosxi-mrtg-5.8.4-1.el7.x86_64
nagiosxi-nsca-5.8.4-1.el7.x86_64
nagiosxi-nrds-5.8.4-1.el7.x86_64
nagiosxi-ajaxterm-5-4.13.el7.x86_64
nagiosxi-wkhtmltox-5.8.4-1.el7.x86_64
it's running on CentOS 7.9 .
how to fix this ? thanks
nagiosxi updated to 5.8.4 but webpage still old version
Re: nagiosxi updated to 5.8.4 but webpage still old version
Hi,
How are you doing?
Something must have failed during the upgrade process.
Let run the below commands, just want to make sure your database is good before the upgrade:
Now, as "root", please re-ran the upgrade process again:
If this does not resolve the issue, please try upgrade to the latest XI 5.8.5 instead.
https://assets.nagios.com/downloads/nag ... ctions.pdf
You can use either the "Quick" upgrade steps or the "Manual Download" upgrade steps.
Best Regards,
Vinh
How are you doing?
Something must have failed during the upgrade process.
Let run the below commands, just want to make sure your database is good before the upgrade:
Code: Select all
/usr/local/nagiosxi/scripts/repair_databases.sh
systemctl restart nagios.service
Code: Select all
cd /tmp
rm -rf nagiosxi*
wget https://repo.nagios.com/nagiosxi-offline/nagiosxi-5.8.4-1.el7.x86_64.tar.gz
tar xzf nagiosxi-5.8.4-1.el7.x86_64.tar.gz
cd nagiosxi
./upgrade
https://assets.nagios.com/downloads/nag ... ctions.pdf
You can use either the "Quick" upgrade steps or the "Manual Download" upgrade steps.
Best Regards,
Vinh