Not able to add New Source to Nagios Log server

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
anish
Posts: 161
Joined: Tue Jul 19, 2016 5:29 am

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

Post by anish »

There is no PID

[root@SESKLNGLSIPD02 ~]# netstat -nap | grep 5544
tcp 0 0 ::1:5544 ::1:55828 TIME _WAIT -
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

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

Post by eloyd »

Is after having stopped logstash?
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
anish
Posts: 161
Joined: Tue Jul 19, 2016 5:29 am

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

Post by anish »

Yes
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

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

Post 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?
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

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

Post by tmcdonald »

Thanks for the assist, @eloyd!
Former Nagios employee
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

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

Post 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.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

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

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
anish
Posts: 161
Joined: Tue Jul 19, 2016 5:29 am

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

Post by anish »

Thank you ,

I have sent the email with the attached system status
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

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

Post by cdienger »

No problem. I've taken the case and will have a look now.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
anish
Posts: 161
Joined: Tue Jul 19, 2016 5:29 am

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

Post by anish »

can we work on the issue today . I have sent an email with the contact details as well .
Locked