Hi
Given the impact here, it would be best to open a support ticket so we can set up a remote session if necessary to troubleshoot the APAC instance.
Open a support ticket from the following page, and reference this post in the ticket.
https://support.nagios.com/tickets/
The ndo process writes the nagios results to a database, so as long as the nagios service is running it will continue to execute checks.
If you did downgrade to ndo2db on this instance, to open up the
/usr/local/nagios/etc/nagios.cfg file and comment out this line. The configuration file is still loading the new ndo broker module.
Code: Select all
# Added by NDO 'make install-broker-line' on Thu Sep 17 02:09:38 EDT 2020
#broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfg
And uncomment the following line.
Code: Select all
# Commented out by NDO 'make install-broker-line' on Thu Sep 17 02:09:38 EDT 2020
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Then go ahead a do a full restart of the Nagios service stack.
Code: Select all
service crond stop
service npcd stop
service nagios stop
service ndo2db stop
pkill -9 -u nagios
for i in $(ipcs -q | grep nagios |awk '{print $2}'); do ipcrm -q $i; done
rm -rf /usr/local/nagiosxi/var/dbmaint.lock
rm -rf /usr/local/nagiosxi/var/event_handler.lock
rm -rf /usr/local/nagiosxi/scripts/reconfigure_nagios.lock
service mysqld restart
service httpd restart
service ndo2db start
service nagios start
service npcd start
service crond start
Please post the results and if your're able to get into the GUI after performing those steps to the support ticket.
Regards,
Benjamin