Page 1 of 1
NDO Util is not working
Posted: Tue Dec 09, 2014 6:12 am
by dreamboy_sivak
Hi Team,
Getting below error when restarting nagios after installation of NDO
Error: Could not load module '/usr/local/nagios/bin/ndomod.o' -> /usr/local/nagios/bin/ndomod.o: undefined symbol: servicedependency_list
[1418096173] Error: Failed to load module '/usr/local/nagios/bin/ndomod.o'.
Configurations
OS:
Distributor ID: CentOS
Description: CentOS release 6.5 (Final)
Nagios:
Nagios Core Version 4.0.7
NDO:
ndoutils-1.4b9
Re: NDO Util is not working
Posted: Tue Dec 09, 2014 10:30 am
by slansing
Can you attach your nagios.cfg? This may also hold the answer to your issues:
http://support.nagios.com/forum/viewtop ... =7&t=21573
They ran into a KEY issue on their installation.
Re: NDO Util is not working
Posted: Tue Dec 09, 2014 11:29 am
by emislivec
dreamboy_sivak wrote:Nagios:
Nagios Core Version 4.0.7
NDO:
ndoutils-1.4b9
You need ndoutils-2.0.0 to work with Core 4. You can download it here:
http://sourceforge.net/projects/nagios/ ... ils-2.0.0/
(Core 4.0.8 fixes some bugs, so you may want to upgrade that too.)
You will need to run the db/upgradedb script in the ndoutils source directory to update the schema for Core 4:
Code: Select all
cd db
./upgradedb -u user -p password -h hostname -d database
Re: NDO Util is not working
Posted: Wed Dec 10, 2014 1:51 am
by dreamboy_sivak
Hi emislivec
Yes i just upgraded NDO 2.0 and now getting below error
"Event broker module 'NERD' deinitialized successfully."
Re: NDO Util is not working
Posted: Wed Dec 10, 2014 3:45 am
by Box293
What is the output from:
Code: Select all
/usr/local/nagios/bin/nagios -vvv /usr/local/nagios/etc/nagios.cfg
Re: NDO Util is not working
Posted: Wed Dec 10, 2014 8:59 am
by dreamboy_sivak
Thanks Team
Issue fixed.
sorry i commented the event_broker line...
Re: NDO Util is not working
Posted: Wed Dec 10, 2014 11:13 am
by cmerchant
No worries. We'll go ahead and close this. Thanks.