Re: Service checks not updating in Nagios XI GUI with NDO-3
Posted: Thu Mar 11, 2021 3:37 pm
I sent you a PM on this issue.
Support for Nagios products and services
https://support.nagios.com/forum/
To re-install NDO3, make sure you have the correct databse settings in the following files (see the offline guide below for more details).# NDOUtils module
# Commented out by NDO 'make install-broker-line' on Tue Sep 15 14:42:36 EDT 2020
# Commented out by NDO 'make install-broker-line' on Tue Sep 15 14:59:18 EDT 2020
# Commented out by NDO 'make install-broker-line' on Thu Jan 21 08:04:42 EST 2021
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Code: Select all
systemctl stop nagios
/usr/local/nagiosxi/html/config.inc.php
/usr/local/nagios/etc/ndo.cfg
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/subcomponents/ndo
./upgrade -f
Code: Select all
systemctl nagios restart
Locking threadrdurga wrote:After extensive testing NDO3 is working as expected. This thread can be closed.