Page 1 of 1

Missing ndomod.cfg file on 5.7 - Upgrade Query

Posted: Tue Jun 30, 2020 12:01 am
by veeravamsi
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

Re: Missing ndomod.cfg file on 5.7 - Upgrade Query

Posted: Tue Jun 30, 2020 3:10 pm
by tgriep
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.

Re: Missing ndomod.cfg file on 5.7 - Upgrade Query

Posted: Wed Jul 01, 2020 10:23 am
by veeravamsi
Thanks alot.

Re: Missing ndomod.cfg file on 5.7 - Upgrade Query

Posted: Wed Jul 01, 2020 11:49 am
by scottwilkerson
veeravamsi wrote:Thanks alot.
Glad we could help.

Locking thread