NDO Util is not working

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
dreamboy_sivak
Posts: 18
Joined: Tue Mar 25, 2014 2:13 am

NDO Util is not working

Post 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
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NDO Util is not working

Post 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.
emislivec
Posts: 52
Joined: Tue Feb 25, 2014 10:06 am

Re: NDO Util is not working

Post 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
dreamboy_sivak
Posts: 18
Joined: Tue Mar 25, 2014 2:13 am

Re: NDO Util is not working

Post by dreamboy_sivak »

Hi emislivec

Yes i just upgraded NDO 2.0 and now getting below error
"Event broker module 'NERD' deinitialized successfully."
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: NDO Util is not working

Post by Box293 »

What is the output from:

Code: Select all

/usr/local/nagios/bin/nagios -vvv /usr/local/nagios/etc/nagios.cfg
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
dreamboy_sivak
Posts: 18
Joined: Tue Mar 25, 2014 2:13 am

Re: NDO Util is not working

Post by dreamboy_sivak »

Thanks Team

Issue fixed.

sorry i commented the event_broker line...
cmerchant
Posts: 546
Joined: Wed Sep 24, 2014 11:19 am

Re: NDO Util is not working

Post by cmerchant »

No worries. We'll go ahead and close this. Thanks.
Locked