Page 4 of 4

Re: Nagios ndomod not loading

Posted: Mon Mar 03, 2014 5:35 pm
by lmiltchev
Run the following commands, and show us the output:

Code: Select all

/usr/local/bin/ndomod-3x.o -c /usr/local/nagios/etc/ndo2db.cfg
tail -20 /var/log/messages

Re: Nagios ndomod not loading

Posted: Tue Mar 04, 2014 11:05 am
by naund
Here is the output.

Code: Select all

root@enthqdcmon01:/usr/local/etc/nagios # /usr/local/bin/ndomod-3x.o -c /usr/local/nagios/etc/ndo2db.cfg
Segmentation fault (core dumped)

Code: Select all

Mar  4 09:04:35 enthqdcmon01 kernel: pid 24171 (ndomod-3x.o), uid 0: exited on signal 11 (core dumped)

Re: Nagios ndomod not loading

Posted: Tue Mar 04, 2014 5:46 pm
by abrist
naund wrote:Segmentation fault (core dumped)
Well, there is your problem.
Can you rebuild ndo from source and post the configure and compile log?