The database log is showing corrupt tables. Run the following as root from the command line to repair the database:
Code: Select all
mysqlcheck -r -f -uroot -pnagiosxi --all-databases --use_frm
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