Page 2 of 3

Re: Not able to add New Source to Nagios Log server

Posted: Fri Jul 14, 2017 12:27 pm
by anish
There is no PID

[root@SESKLNGLSIPD02 ~]# netstat -nap | grep 5544
tcp 0 0 ::1:5544 ::1:55828 TIME _WAIT -

Re: Not able to add New Source to Nagios Log server

Posted: Fri Jul 14, 2017 12:49 pm
by eloyd
Is after having stopped logstash?

Re: Not able to add New Source to Nagios Log server

Posted: Fri Jul 14, 2017 2:46 pm
by anish
Yes

Re: Not able to add New Source to Nagios Log server

Posted: Fri Jul 14, 2017 2:50 pm
by eloyd
So you have nothing else listening on port 5544. That's good. But that's also bad because it means something is wrong with NLS or firewall.

I want to go back to this:

Code: Select all

[root@SESKLNGLSIPD01 /]# iptables -L -v -n | grep 5544
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:5544
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5544
That tells me that zero packets have been received by your system. Is it possible that there is an external, network-level firewall that is preventing things from reaching you? Or perhaps an earlier firewall rule that is incorrect and causing traffic to be rejected?

Re: Not able to add New Source to Nagios Log server

Posted: Fri Jul 14, 2017 2:56 pm
by tmcdonald
Thanks for the assist, @eloyd!

Re: Not able to add New Source to Nagios Log server

Posted: Fri Jul 14, 2017 3:07 pm
by eloyd
No, it's a TIME_WAIT state, which is the NLS server process exiting and leaving the port in that state. If something were using it, you'd see a LISTENING State.

Re: Not able to add New Source to Nagios Log server

Posted: Fri Jul 14, 2017 3:22 pm
by cdienger
Good point. Anish, you want to go ahead and generate a profile under Administration > System > System Status and attach it to an email to [email protected], we can start a ticket and take a closer look.

Re: Not able to add New Source to Nagios Log server

Posted: Fri Jul 14, 2017 4:09 pm
by anish
Thank you ,

I have sent the email with the attached system status

Re: Not able to add New Source to Nagios Log server

Posted: Fri Jul 14, 2017 4:23 pm
by cdienger
No problem. I've taken the case and will have a look now.

Re: Not able to add New Source to Nagios Log server

Posted: Mon Jul 17, 2017 7:29 am
by anish
can we work on the issue today . I have sent an email with the contact details as well .