Search found 20 matches

by gabrielsousa
Sun Mar 29, 2015 10:30 pm
Forum: Open Source Nagios Projects
Topic: nagios 4.0.8 dont work with ndo2db
Replies: 3
Views: 1349

Re: nagios 4.0.8 dont work with ndo2db

Box293 wrote:Can you please post your nagios.cfg
found my problem ;) thanks a lot

did so much things, that i dont remember what was the fix
by gabrielsousa
Fri Mar 27, 2015 8:18 pm
Forum: Open Source Nagios Projects
Topic: nagios 4.0.8 dont work with ndo2db
Replies: 3
Views: 1349

nagios 4.0.8 dont work with ndo2db

hello my ndo2db.debug is empty, i think nagios isnt update the DB nagios.log ndomod: Could not open data sink! I'll keep trying, but some output may get lost... ndo2db_user=nagios ndo2db_group=nagios socket_type=unix socket_name=/usr/local/nagios/var/ndo.sock tcp_port=5668 db_servertype=mysql db_hos...
by gabrielsousa
Thu Mar 26, 2015 10:42 pm
Forum: Open Source Nagios Projects
Topic: ndomod.o -- undefined symbol: servicedependency_list
Replies: 3
Views: 1658

ndomod.o -- undefined symbol: servicedependency_list

how can i fix this ?

Code: Select all

[1427427497] Error: Could not load module '/usr/local/nagios/bin/ndomod.o' -> /usr/local/nagios/bin/ndomod.o: undefined symbol: servicedependency_list
[1427427497] Error: Failed to load module '/usr/local/nagios/bin/ndomod.o'.
by gabrielsousa
Thu Mar 26, 2015 4:10 pm
Forum: Open Source Nagios Projects
Topic: ndo2db:Support for the specified database server is either
Replies: 17
Views: 6444

Re: ndo2db:Support for the specified database server is eith

fix the problem chaging to

Code: Select all

socket_name=/usr/local/nagios/var/ndo.sock
thanks a lot
by gabrielsousa
Thu Mar 26, 2015 3:49 pm
Forum: Open Source Nagios Projects
Topic: ndo2db:Support for the specified database server is either
Replies: 17
Views: 6444

Re: ndo2db:Support for the specified database server is eith

[root@ns1 sysadmn.net]# ls -l /usr/local/nagios/bin/*ndo* -rwxrwxr-- 1 nagios nagios 33907 2015-03-26 20:41 /usr/local/nagios/bin/log2ndo -rwxr-xr-x 1 nagios nagios 222794 2015-03-26 20:41 /usr/local/nagios/bin/ndo2db -rwxr-xr-x 1 nagios nagios 156509 2015-03-26 20:41 /usr/local/nagios/bin/ndomod.o...
by gabrielsousa
Thu Mar 26, 2015 3:42 pm
Forum: Open Source Nagios Projects
Topic: ndo2db:Support for the specified database server is either
Replies: 17
Views: 6444

Re: ndo2db:Support for the specified database server is eith

jdalrymple wrote:If it's a vanilla-ish system, you can just run configure without any extra args and the configure script will figure it all out. If you think you need to specify the args go ahead, and those args are fine.
thanks,

but now i have this problem

Code: Select all

Could not bind socket: Permission denied
by gabrielsousa
Thu Mar 26, 2015 3:17 pm
Forum: Open Source Nagios Projects
Topic: ndo2db:Support for the specified database server is either
Replies: 17
Views: 6444

Re: ndo2db:Support for the specified database server is eith

jdalrymple wrote:

Code: Select all

yum install mysql-devel
Then configure, make, make install again

with this option ?

./configure --prefix=/usr/local/nagios/ --enable-mysql --with-mysql-lib=/usr/lib/mysql --with-ndo2db-user=nagios --with-ndo2db-group=nagios
by gabrielsousa
Thu Mar 26, 2015 2:59 pm
Forum: Open Source Nagios Projects
Topic: ndo2db:Support for the specified database server is either
Replies: 17
Views: 6444

Re: ndo2db:Support for the specified database server is eith

jdalrymple wrote:Do you still have your config.log from when you compiled ndoutils? If so let's see it.
yes i have
by gabrielsousa
Thu Mar 26, 2015 2:42 pm
Forum: Open Source Nagios Projects
Topic: ndo2db:Support for the specified database server is either
Replies: 17
Views: 6444

Re: ndo2db:Support for the specified database server is eith

gabrielsousa wrote:
jolson wrote:What server distribution and version of Nagios Core are you using? Have you tried the troubleshooting mentioned in this thread? http://support.nagios.com/forum/viewtop ... =7&t=26124

FEDORA 12 - nagios core 4.0.8 - ndoutils-2.0.0

and i did try that thread with no succes :(