Does NDO3 is now ok?
Does NDO3 is now ok?
Hi,
Few weeks ago I raised a thread for a problem I have after update to Nagios XI 5.7. The post was named "Lost all what was in Scheduled Downtime after upgrade" but it's now closed without has been fixed. I have roolback to NDO2 to avoid any problem.
Now I'm wondering if I can upgrade to 5.8 and hoping be good with NDO3.
Should I upgrade?
Few weeks ago I raised a thread for a problem I have after update to Nagios XI 5.7. The post was named "Lost all what was in Scheduled Downtime after upgrade" but it's now closed without has been fixed. I have roolback to NDO2 to avoid any problem.
Now I'm wondering if I can upgrade to 5.8 and hoping be good with NDO3.
Should I upgrade?
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Does NDO3 is now ok?
Hi @steph007,
If you've downgraded ndo on your system, the upgrade script will not force an upgrade to ndo3. In other words, you can still upgrade now and decide later if you want to upgrade again to ndo3.
If you're running Cent 6, I would recommend leaving it on ndo2db until you migrate to a Cent 7 or 8.
Let me know how you'd like to move forward and I can provide instructions on upgrading to ndo3 when you are ready.
--Benjamin
Reference:
The full 5.8 changelog
https://www.nagios.com/downloads/nagios-xi/change-log/
If you've downgraded ndo on your system, the upgrade script will not force an upgrade to ndo3. In other words, you can still upgrade now and decide later if you want to upgrade again to ndo3.
If you're running Cent 6, I would recommend leaving it on ndo2db until you migrate to a Cent 7 or 8.
Let me know how you'd like to move forward and I can provide instructions on upgrading to ndo3 when you are ready.
--Benjamin
Reference:
The full 5.8 changelog
https://www.nagios.com/downloads/nagios-xi/change-log/
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!
Re: Does NDO3 is now ok?
Hi,
I have recently upgrade to centos 7.
When I will upgrade to 5.8 does it will keep my actual NDO2 or it will change it to NDO3?
I have recently upgrade to centos 7.
When I will upgrade to 5.8 does it will keep my actual NDO2 or it will change it to NDO3?
Re: Does NDO3 is now ok?
sorry, I just notice what you wrote in your post "the upgrade script will not force an upgrade to ndo3"
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Does NDO3 is now ok?
HI
--Benjamin
Not a problem. Did you have any other questions or may close this topic?sorry, I just notice what you wrote in your post "the upgrade script will not force an upgrade to ndo3"
--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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Does NDO3 is now ok?
Yes, question, since I'm at centos7 now, should I use NDO3 after upgraded to 5.8? Does I have advantage to go at NDO3?
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Does NDO3 is now ok?
Hi @steph007,
The main advantage of NDO3 is that it does not run as a separate process and does not use inter-process communication (kernel message queues) for improved performance.
If you had problems with ndo3 during your upgrade, and are not having any issues with the queues not getting processed, it's certainly ok to stay on ndo2.
It's quite easy to upgrade and downgrade ndo, so if you'd like to upgrade, run the following (after downloading and extraction the latest version).
Then restart Nagios Core.
To downgrade.
Then edit your /usr/local/nagios/etc/nagios.cfg and make sure this line is uncommented:
Make sure this line is commented:
Then start the nagios service:
The main advantage of NDO3 is that it does not run as a separate process and does not use inter-process communication (kernel message queues) for improved performance.
If you had problems with ndo3 during your upgrade, and are not having any issues with the queues not getting processed, it's certainly ok to stay on ndo2.
It's quite easy to upgrade and downgrade ndo, so if you'd like to upgrade, run the following (after downloading and extraction the latest version).
Code: Select all
cd nagiosxi/subcomponents/ndo
./upgrade -f
Code: Select all
systemctl restart nagios
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/subcomponents/ndoutils
./install
systemctl enable ndo2db
Code: Select all
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Code: Select all
#broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfg
Code: Select all
systemctl start nagios
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!
Re: Does NDO3 is now ok?
Thanks, you can close the post
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Does NDO3 is now ok?
Your welcome!Thanks, you can close the post
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!