Eaton syslog does not showup in nagios logserver
-
deboermachines
- Posts: 2
- Joined: Fri Nov 02, 2018 2:48 am
Eaton syslog does not showup in nagios logserver
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.
Re: Eaton syslog does not showup in nagios logserver
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:
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:
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.
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
I'd also try running a nmap from the sending device if possible:
Code: Select all
nmap -p 5544 a.b.c.dIf 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
Thank you for the support information. I will look in to the steps and let you know about the results.
Re: Eaton syslog does not showup in nagios logserver
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.