2009/4/20 kaouther mechri <[email protected]>: > Dear all, I need t install ndoutil 1.4b7 for my nagios 3. > > I've Msql-devel-5.1.33 > I installed ndoutils with the following command > > ./configure --disable-pgsql --enable-mysql --with-mysql-lib=/usr/lib/mysql > --with mysql-include=/usr/include/mysql > configure and make were ok. > > but when I want to run ndo2db I have the following error message > > /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" > I tried to connect to the database with the user/pass specified in > ndo2db.cfg and all things are ok > > Do you have an idea please > kind regards > kaouther
In your configuration file /usr/local/nagios/etc/ndo2db.cfg, you should have the following: # DATABASE SERVER TYPE # This option determines what type of DB server the daemon should # connect to. # Values: # mysql = MySQL # pgsql = PostgreSQL db_servertype=mysql I don't know if it helps you at all, but when I ran configure I didn't bother specifying any options. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
