We had issues previously when upgrading from 5.6.X to 5.7.X where NDO2DB didn't work right with our offloaded database. With the release of Nagios 5.8, have the NDO3 issues been fixed? If so, what are the instructions for upgrading NDO2DB to NDO3?
We are running RHEL 7.9VM's.
Thanks
NDO3 upgrade in Nagios 5.8
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: NDO3 upgrade in Nagios 5.8
Hi Henry,
Good question. As always take a backup first or run through this on a test server. Once you've installed the new version. I would recommend doing this manually, then just run the following commands to upgrade ndo to version 3.0.5.
To manually upgrade, run the following commands:
Let us know if you have any questions, Benjamin
Reference:
Upgrading Nagios XI
Good question. As always take a backup first or run through this on a test server. Once you've installed the new version. I would recommend doing this manually, then just run the following commands to upgrade ndo to version 3.0.5.
Code: Select all
cd nagiosxi/subcomponents/ndo
./upgrade -f
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
./upgrade
Reference:
Upgrading Nagios XI
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: NDO3 upgrade in Nagios 5.8
Thank you! We will test this on our test server and open a post if we continue to see problems.
You can close this post.
You can close this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NDO3 upgrade in Nagios 5.8
Great!hbouma wrote:Thank you! We will test this on our test server and open a post if we continue to see problems.
You can close this post.
Locking thread