NDOutil Error Unable To Connect To Data Sink???

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
mohsin2011
Posts: 63
Joined: Fri Sep 09, 2011 1:14 am

NDOutil Error Unable To Connect To Data Sink???

Post 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
raggmopp
Posts: 17
Joined: Fri Oct 28, 2011 8:42 am

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

Post by raggmopp »

The NDO needs to be started first.

Stop nagios, start NDO, start nagios
mohsin2011
Posts: 63
Joined: Fri Sep 09, 2011 1:14 am

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

Post by mohsin2011 »

How To start NDO service?

Service NDO start ???

It will fix my error ??

Thanks for your reply...
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

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

Post 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.
Locked