I have always used nagios-3.5.1 with ndoutils1.49B ...
Now I tried
i) a fresh 64bits Ubuntu Server 14.04 LTS
ii) nagios-4.1.1
iii) ndoutils-2.0.0.
As far as nagios-4x, it seems it has different logic of worker threads supporting a patrent nagios process/daemon - everything seems legit here and it is working fine.
My problem is with NDOUtils-2.0.0. What have _I done so far:
1 I've compiled/installed NDOUtils from the ndoutils-2.0.0.tar.gz
2 I've created a mysql db named nagios
3 I've created a user named nagios (with passed nagios)and all privileges @localhost to the nagios' database
4 I've run the installdb script and verified the correct schema was created
5 I've copyed the 4x binaries to /usr/local/nagios/bin
6 I've configured the ndomod.cfg, ndo2db,cfg and added broker_module options on the nagios.cfg
When I try to run 'service ndo2db start' I get a 'ndo2db: unrecognized service' error
When I try to launch trough '/usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg' I get a different error:
Code: Select all
Support for the specified database server is either not yet supported, or was not found on your system.Whatever feedback/config files or other information you need, I'll provide
Thank you in advance for your time and experteese