NDO2DB - Table nagios.nagios_conninfo does not exist
Posted: Tue Jun 15, 2021 9:02 am
Hi
I've installed a backup Nagios XI 5.8.1 server, and as the LIVE server had downgraded NDO 3 back to NDO2DB I did the same on the fresh build.
I followed these steps while downgrading:
systemctl stop nagios
mkdir /tmp/utilities/downgrade
cd /tmp/utilities/downgrade
wget https://assets.nagios.com/downloads/nag ... .14.tar.gz
tar zxf xi-5.6.14.tar.gz
cd /tmp/utilities/downgrade/nagiosxi/subcomponents/ndoutils
./install
systemctl enable ndo2db
systemctl start ndo2db
Edited the /usr/local/nagios/etc/nagios.cfg to load ndo2db not NDO 3
When I restarted nagios and checked the status of the ndo2db service I see the following errors:
Jun 15 14:58:27 ####### ndo2db[process#1]: Error: mysql_query() failed for 'UPDATE nagios_conninfo SET last_checkin_time...d='0''
Jun 15 14:58:27 ####### ndo2db[process#1]: mysql_error: 'Table 'nagios.nagios_conninfo' doesn't exist'
Any assistance, greatly appreciated
I've installed a backup Nagios XI 5.8.1 server, and as the LIVE server had downgraded NDO 3 back to NDO2DB I did the same on the fresh build.
I followed these steps while downgrading:
systemctl stop nagios
mkdir /tmp/utilities/downgrade
cd /tmp/utilities/downgrade
wget https://assets.nagios.com/downloads/nag ... .14.tar.gz
tar zxf xi-5.6.14.tar.gz
cd /tmp/utilities/downgrade/nagiosxi/subcomponents/ndoutils
./install
systemctl enable ndo2db
systemctl start ndo2db
Edited the /usr/local/nagios/etc/nagios.cfg to load ndo2db not NDO 3
When I restarted nagios and checked the status of the ndo2db service I see the following errors:
Jun 15 14:58:27 ####### ndo2db[process#1]: Error: mysql_query() failed for 'UPDATE nagios_conninfo SET last_checkin_time...d='0''
Jun 15 14:58:27 ####### ndo2db[process#1]: mysql_error: 'Table 'nagios.nagios_conninfo' doesn't exist'
Any assistance, greatly appreciated