Nagios Portal Issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios Portal Issue

Post by benjaminsmith »

Hi,

Since you've upgraded to 5.8.2, the backend database is running ndo3. However, you are having issues with the monitoring engine stopping or crashing and/or check results not getting processed in the GUI. I would recommend changing the backend database program back to ndo2bd. Here are the instructions for an offloaded database.

DOWNGRADE NDO WITH OFFLOADED DB

Code: Select all

service nagios stop
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
Offloaded DB Changes
(If you have an offloaded DB you'll need to do these things:)
1. Edit /tmp/nagiosxi/xi-sys.cfg and update 'mysqlpass' value.
2. Edit /tmp/nagiosxi/subcomponents/ndoutils/mods/cfg/ndo2db.cfg and update 'db_host', 'db_user', and 'db_pass' values.
3. Edit /tmp/nagiosxi/subcomponents/ndoutils/install and /tmp/nagiosxi/subcomponents/ndoutils/post-install to update all calls to mysql to include -h <db_ip>

Then compile and install the ndo2db service.

Code: Select all

cd /tmp/nagiosxi/subcomponents/ndoutils
./install
chkconfig ndo2db on
service ndo2db start
Make sure to take a full backup before making any changes.

--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!
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

Re: Nagios Portal Issue

Post by mejokj »

Hi Benjamin,

Could you confirm what will happen to the historic data if we migrate/downgrade the backend database program back to ndo2db?

Thanks,
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: Nagios Portal Issue

Post by vtrac »

Hi,
Ben is out the rest of the week.

To answer your question, ndo2db is just a daemon (utility) used to process and store info into MySQL database.

Your historic data will NOT change!!


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

Re: Nagios Portal Issue

Post by ssax »

Locking thread, ticket received, we will continue support through the ticket.

Thank you!
Locked