cannot get ndoutils to run

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
FinFan
Posts: 3
Joined: Mon Nov 05, 2012 1:52 pm

cannot get ndoutils to run

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

Re: cannot get ndoutils to run

Post 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.
FinFan
Posts: 3
Joined: Mon Nov 05, 2012 1:52 pm

Re: cannot get ndoutils to run

Post 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.
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: cannot get ndoutils to run

Post by agriffin »

Is MySQL running? Try starting it with the following command:

Code: Select all

# service mysqld start
Rhobar
Posts: 41
Joined: Sat Mar 16, 2013 9:23 am
Location: Rome, Italy

Re: cannot get ndoutils to run

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: cannot get ndoutils to run

Post by abrist »

Could you post your ndo2db.cfg file in code wraps?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked