ndo2db:Support for the specified database server is either

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.
gabrielsousa
Posts: 20
Joined: Mon Mar 02, 2015 5:06 am

ndo2db:Support for the specified database server is either

Post by gabrielsousa »

can some one help me with this error.

ndo2db:Support for the specified database server is either not yet supported, or was not found on your system.
done.

nagios 4.0.8

Code: Select all

ndo2db_user=nagios
ndo2db_group=nagios
#socket_type=tcp
socket_type=unix
socket_name=/var/run/ndo.sock
tcp_port=5668
db_servertype=mysql
db_host=127.0.0.1
db_name=centreon_status
db_port=3306
db_prefix=nagios_
db_user=centreon
db_pass=centreon
max_timedevents_age=1440
max_systemcommands_age=1440
max_servicechecks_age=1440
max_hostchecks_age=1440
max_eventhandlers_age=1440
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

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

Post by jolson »

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
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
gabrielsousa
Posts: 20
Joined: Mon Mar 02, 2015 5:06 am

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

Post by gabrielsousa »

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 the that thread with no succes :(
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

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

Post by jdalrymple »

Is selinux disabled? If not, please disable it and try again.
gabrielsousa
Posts: 20
Joined: Mon Mar 02, 2015 5:06 am

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

Post by gabrielsousa »

jdalrymple wrote:Is selinux disabled? If not, please disable it and try again.
[root@ns1 ~]# getenforce
Disabled
gabrielsousa
Posts: 20
Joined: Mon Mar 02, 2015 5:06 am

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

Post by gabrielsousa »

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 :(
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

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

Post by jdalrymple »

Do you still have your config.log from when you compiled ndoutils? If so let's see it.
gabrielsousa
Posts: 20
Joined: Mon Mar 02, 2015 5:06 am

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

Post by gabrielsousa »

jdalrymple wrote:Do you still have your config.log from when you compiled ndoutils? If so let's see it.
yes i have
Attachments
config.log
(62.85 KiB) Downloaded 312 times
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

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

Post by jdalrymple »

Code: Select all

yum install mysql-devel
Then configure, make, make install again
gabrielsousa
Posts: 20
Joined: Mon Mar 02, 2015 5:06 am

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

Post by gabrielsousa »

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
Locked