ERROR: rsyslog configuration check failed.

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Kumar_pinkesh
Posts: 10
Joined: Thu Jul 06, 2017 8:20 am

Re: ERROR: rsyslog configuration check failed.

Post by Kumar_pinkesh »

After changing the port to 5545 , still logs are not moving.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: ERROR: rsyslog configuration check failed.

Post by cdienger »

Make sure that port 5545 was opened on the NLS with:

Code: Select all

netstat -na | grep 5545
You may need to open it:

Code: Select all

iptables -I INPUT 1 -p tcp --dport 5545 -j ACCEPT
Finally, can you see traffic coming in on that port if you run:

Code: Select all

yum -y install tcpdump
tcpdump port 5545
The above installs tcpdump and then listens on port 5545. Any network traffic coming in on port 5545 will be displayed on the screen.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked