Service checks not updating in Nagios xi GUI with NDO-3
-
- Posts: 30
- Joined: Wed Jan 20, 2021 8:14 am
Re: Service checks not updating in Nagios xi GUI with NDO-3
I sent you a PM on this issue.
-
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Service checks not updating in Nagios xi GUI with NDO-3
Hi,
Got the profile, thank you. It looks like the system is running ndo2db instead of ndo3. The logs look normal. Which system is this profile from, dev or production?
then you'll want to run the following commands.
Restart Nagios .
Reference:
Offloading MySQL to Remote Server
Got the profile, thank you. It looks like the system is running ndo2db instead of ndo3. The logs look normal. Which system is this profile from, dev or production?
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
Offloading MySQL to Remote Server
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 30
- Joined: Wed Jan 20, 2021 8:14 am
Re: Service checks not updating in Nagios xi GUI with NDO-3
We are still working on this, I will respond again once we have upgraded back to NDO3.
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: Service checks not updating in Nagios xi GUI with NDO-3
Sure, keep us posted. @benjaminsmith is off today, but he should be back on Monday. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 30
- Joined: Wed Jan 20, 2021 8:14 am
Re: Service checks not updating in Nagios xi GUI with NDO-3
After extensive testing NDO3 is working as expected. This thread can be closed.
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Service checks not updating in Nagios xi GUI with NDO-3
Locking threadrdurga wrote:After extensive testing NDO3 is working as expected. This thread can be closed.