Page 1 of 1

NDOutil Error Unable To Connect To Data Sink???

Posted: Thu Nov 10, 2011 12:25 am
by mohsin2011
hi,

i have successfully install the ndoutil add on but when i start application it gave error as shown in log ,

[1320906206] ndomod: Still unable to connect to data sink. 790 items lost, 5000 queued items to flush.
[1320906222] ndomod: Still unable to connect to data sink. 885 items lost, 5000 queued items to flush.
[1320906238] ndomod: Still unable to connect to data sink. 969 items lost, 5000 queued items to flush.
[1320906254] ndomod: Still unable to connect to data sink. 1076 items lost, 5000 queued items to flush.
[1320906270] ndomod: Still unable to connect to data sink. 1157 items lost, 5000 queued items to flush.
[1320906286] ndomod: Still unable to connect to data sink. 1253 items lost, 5000 queued items to flush.
[1320906302] ndomod: Still unable to connect to data sink. 1353 items lost, 5000 queued items to flush.
[1320906318] ndomod: Still unable to connect to data sink. 1438 items lost, 5000 queued items to flush.
[1320906334] ndomod: Still unable to connect to data sink. 1532 items lost, 5000 queued items to flush.
[1320906350] ndomod: Still unable to connect to data sink. 1612 items lost, 5000 queued items to flush.
[root@localhost ~]#


how do i resolve it please help

Thanks in advance

Re: NDOutil Error Unable To Connect To Data Sink???

Posted: Thu Nov 10, 2011 10:10 am
by raggmopp
The NDO needs to be started first.

Stop nagios, start NDO, start nagios

Re: NDOutil Error Unable To Connect To Data Sink???

Posted: Thu Nov 10, 2011 11:16 pm
by mohsin2011
How To start NDO service?

Service NDO start ???

It will fix my error ??

Thanks for your reply...

Re: NDOutil Error Unable To Connect To Data Sink???

Posted: Sun Nov 13, 2011 4:49 pm
by jsmurphy
It should fix your problem, do the following:

/etc/init.d/nagios stop
killproc /usr/local/nagios/bin/ndo2db
/usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
/etc/init.d/nagios start

If it continues then double check your nagios/etc/ndo2db.cfg file for errors in your configuration and try again.