Hi Team,
With reference to https://support.nagios.com/forum/viewto ... 16&t=59131 . Wanted to check what happens during Upgrade process to these ndo related configs &
Specifically ndo2db when we do an upgrade from our current version to 5.7.1
--Vamsi
Missing ndomod.cfg file on 5.7 - Upgrade Query
-
veeravamsi
- Posts: 146
- Joined: Wed Jan 23, 2019 3:35 am
Re: Missing ndomod.cfg file on 5.7 - Upgrade Query
XI 5.7.x does not use the ndomod broker module in the nagios.cfg fle and also it does not use the ndo2db daemon anymore so when the system is upgraded, it will remove them from the system.
The ndomod broker will be replaced with a new broker module called ndo which writes the data directly to the MYSQL database so that is why the old brokers are removed.
If your server it setup to use a remote MYSQL database, the new config file called /usr/local/nagios/etc/ndo.cfg file should be updated to point to the off-loaded database.
And the check that is configured in XI that tests to see if the ndo2db daemon is running will updated as well.
The ndomod broker will be replaced with a new broker module called ndo which writes the data directly to the MYSQL database so that is why the old brokers are removed.
If your server it setup to use a remote MYSQL database, the new config file called /usr/local/nagios/etc/ndo.cfg file should be updated to point to the off-loaded database.
And the check that is configured in XI that tests to see if the ndo2db daemon is running will updated as well.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
veeravamsi
- Posts: 146
- Joined: Wed Jan 23, 2019 3:35 am
Re: Missing ndomod.cfg file on 5.7 - Upgrade Query
Thanks alot.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Missing ndomod.cfg file on 5.7 - Upgrade Query
Glad we could help.veeravamsi wrote:Thanks alot.
Locking thread