Eaton syslog does not showup in nagios logserver

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
deboermachines
Posts: 2
Joined: Fri Nov 02, 2018 2:48 am

Eaton syslog does not showup in nagios logserver

Post by deboermachines »

We ran it to a problem with the receiving of syslog entries from a eaton networkcard over port 5544. We receive no syslog entries in the Nagios logserver. All other network devices report over 5544 with success. Eaton Netherlands tested the syslog function with the current trail-version of Nagioslogserver, and they had no issue at all. Could any one help me, because i do not know any other solution any more.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Eaton syslog does not showup in nagios logserver

Post by cdienger »

Is the Eaton card on the NLS server or is it a sending device? Is the sending device using UDP or TCP to send syslog?

Do you see data coming in from the device if you run a tcpdump on the NLS command line:

Code: Select all

yum -y install  tcpdump (or)
apt-get install tcpdump
tcpdump -i any -nnX port 5544 and host w.x.y.z
where w.x.y.z is the IP address of the sending device.

I'd also try running a nmap from the sending device if possible:

Code: Select all

nmap -p 5544 a.b.c.d
where a.b.c.d is the IP address of the NLS server.

If the NLS port is unreachable from the sending device then there is likely a firewall somewhere preventing the connection.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
deboermachines
Posts: 2
Joined: Fri Nov 02, 2018 2:48 am

Re: Eaton syslog does not showup in nagios logserver

Post by deboermachines »

Thank you for the support information. I will look in to the steps and let you know about the results.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Eaton syslog does not showup in nagios logserver

Post by cdienger »

Sounds good. Please keep us posted :)
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked