Page 1 of 1
cannot get ndoutils to run
Posted: Mon Nov 05, 2012 2:27 pm
by FinFan
I've installed ndoutils as specified here:
http://cuongk6t.wordpress.com/2011/06/0 ... on-centos/
Everything seems fine, but when I try to start ndo2db, I get "Support for the specified database server is either not yet supported, or was not found on your system." I've seen mention that mysql-client must be installed, but that did not resolve it either. Any ideas?
Re: cannot get ndoutils to run
Posted: Mon Nov 05, 2012 4:50 pm
by slansing
Have you tried comparing that document with one like this:
http://linuxdrops.com/ndoutils-on-centos-56-fedora/
It is a more recent version.
Re: cannot get ndoutils to run
Posted: Thu Nov 08, 2012 3:48 pm
by FinFan
Thanks for the link. I basically started from scratch and used this document literally step by step.
Exactly the same result....
[root@rhapsodynagios ndoutils-1.5.2]# /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
Support for the specified database server is either not yet supported, or was not found on your system.
Re: cannot get ndoutils to run
Posted: Thu Nov 08, 2012 4:04 pm
by agriffin
Is MySQL running? Try starting it with the following command:
Re: cannot get ndoutils to run
Posted: Wed Mar 20, 2013 4:27 am
by Rhobar
I had the same problem
Try to control ndo2db and ndomod config files.
You have to write mysql when requested and not MySQL
I did this error
Re: cannot get ndoutils to run
Posted: Wed Mar 20, 2013 9:41 am
by abrist
Could you post your ndo2db.cfg file in code wraps?