Page 1 of 1

Nagios Logs

Posted: Fri Mar 25, 2022 4:20 am
by s.diwakar1
Hi All,

Hope you are doing well !!!

I am getting below error message in my logs. Please help me to resolve this.
ndomod: Still unable to connect to data sink. 46559178 items lost, 5000 queued items to flush.

Re: Nagios Logs

Posted: Thu Apr 07, 2022 11:26 am
by s.diwakar1
Hi All,

Can anyone please help?

Re: Nagios Logs

Posted: Thu Apr 07, 2022 3:24 pm
by gormank

Re: Nagios Logs

Posted: Fri Apr 15, 2022 1:43 pm
by s.diwakar1
Hi @gormank,

Thanks for your reply and support.

I followed below steps provided on below link and it worked for me.

Code: Select all

Resolution:-

Run below Linux commands.

[root@eznag log]#service nagios stop

Delete the sock file.
[root@eznag log]#rm /usr/local/nagios/var/ndo.sock

[root@eznag log]#service nagios start

Check logs, It will stop "Still unable to connect to data sink" error logs.
http://www.mohansundaram.com/2018/06/na ... t.html?m=1

Re: Nagios Logs

Posted: Mon Apr 18, 2022 2:32 am
by s.diwakar1
Hi Everyone,

After deleting ndo.sock file, it's working fine for me. But after restarting the nagios server, ndo.sock file was again created and same error occurred again. Now, I have deleted the ndo.sock file and it's working fine.

Can anyone suggest me a permanent fix of this issue?