Service checks not updating in Nagios XI GUI with NDO-3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rdurga
Posts: 30
Joined: Wed Jan 20, 2021 8:14 am

Service checks not updating in Nagios XI GUI with NDO-3

Post by rdurga »

Running NAGIOS XI 5.8.2 on RHEL 7, 64 bit manual install. When using NDO-3 service checks are not updating on the Nagios XI GUI. The checks are updating on the Nagios GUI.

Thank you
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Service checks not updating in Nagios XI GUI with NDO-3

Post by ssax »

Please run these commands as root to downgrade NDO3 back to NDO2DB:

Code: Select all

systemctl stop nagios
cd /tmp
rm -rf /tmp/nagiosxi
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.6.14.tar.gz
tar zxf xi-5.6.14.tar.gz
cd /tmp/nagiosxi
./init.sh
cd /tmp/nagiosxi/subcomponents/ndoutils
./install
systemctl enable ndo2db
If you have an offloaded database you will need to edit your /usr/local/nagios/etc/ndo2db.cfg file and update these before running the next command to start it up:
- You can get the info from your /usr/local/nagios/etc/ndo.cfg or from /usr/local/nagiosxi/html/config.inc.php

db_host
db_port
db_user
db_pass

Then run this command to start it up.:

Code: Select all

systemctl start ndo2db
Then edit your /usr/local/nagios/etc/nagios.cfg and make sure this line is uncommented/add it if needed:

Code: Select all

broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Make sure all occurrences of this line are commented:

Code: Select all

#broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfg
Then start the nagios service:

Code: Select all

systemctl start nagios
rdurga
Posts: 30
Joined: Wed Jan 20, 2021 8:14 am

Re: Service checks not updating in Nagios XI GUI with NDO-3

Post by rdurga »

While downgrading has been an option in the past, we want to upgrade to NDO3. We would like assistance in troubleshooting the issues.

Thank you.
benjaminsmith
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

Post by benjaminsmith »

Hi rdurga,

Is this is a production or test server? Please let us know. I would not recommend trying to troubleshoot this on a live production monitoring system.

Regards,
Benjamin
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!
rdurga
Posts: 30
Joined: Wed Jan 20, 2021 8:14 am

Re: Service checks not updating in Nagios XI GUI with NDO-3

Post by rdurga »

This is on our test server.
benjaminsmith
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

Post by benjaminsmith »

Hi,

Okay, to upgrade back to ndo3, run the following commands after extracting the 5.8.2 tarball.

Code: Select all

cd nagiosxi/subcomponents/ndo
./upgrade -f
--Benjamin
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!
rdurga
Posts: 30
Joined: Wed Jan 20, 2021 8:14 am

Re: Service checks not updating in Nagios XI GUI with NDO-3

Post by rdurga »

For our DEV server, we just upgraded to 5.8.2 and NDO3 is currently running.
benjaminsmith
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

Post by benjaminsmith »

HI,
For our DEV server, we just upgraded to 5.8.2 and NDO3 is currently running.
Great. How's everything going so far?

--Benjamin
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!
rdurga
Posts: 30
Joined: Wed Jan 20, 2021 8:14 am

Re: Service checks not updating in Nagios XI GUI with NDO-3

Post by rdurga »

The Service checks are not updating in the Nagios XI GUI. We see the changes in Nagios Core GUI. This was the problem I reported in the first post.
benjaminsmith
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

Post by benjaminsmith »

Hi @rdurga,

Okay, let's get the system profile off this system and we'll review the logs. Thanks, Benjamin

To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
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!
Locked