When i try to start ndo2db server i get the following error.
service ndo2db start
Starting ndo2db:Support for the specified database server is either not yet supported, or was not found on your system.
I tried changing
db_host = 127.0.0.1 and to localhost in ndo2db.cfg, but not successful.
Any pointers is very much appreciated
Here is my system configuration.
---------------------------------------
# uname -a
Linux host-lnx194 3.0.13-0.27-default #1 SMP Wed Feb 15 13:33:49 UTC 2012 (d73692b) x86_64 x86_64 x86_64 GNU/Linux
---------------------------------------
cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 2
---------------------------------------
# nagios -v
Nagios 3.0.6
Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org)
Last Modified: 12-01-2008
License: GPL
---------------------------------------
mysql -u nagios -p nagios
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 10
Server version: 5.0.95 SUSE MySQL RPM
---------------------------------------
# grep db ndo*
ndo2db.cfg:lock_file=/usr/local/nagios/var/ndo2db.lock
ndo2db.cfg:ndo2db_user=nagios
ndo2db.cfg:ndo2db_group=nagios
ndo2db.cfg:db_servertype=mysql
ndo2db.cfg:db_host=localhost
ndo2db.cfg:db_port=3306
ndo2db.cfg:db_name=nagios
ndo2db.cfg:db_prefix=nagios_
ndo2db.cfg:db_user=nagios
ndo2db.cfg:db_pass=nagios
ndo2db.cfg:debug_file=/usr/local/nagios/var/ndo2db.debug
-Bala.