ERROR: rsyslog configuration check failed.
-
Kumar_pinkesh
- Posts: 10
- Joined: Thu Jul 06, 2017 8:20 am
Re: ERROR: rsyslog configuration check failed.
After changing the port to 5545 , still logs are not moving.
Re: ERROR: rsyslog configuration check failed.
Make sure that port 5545 was opened on the NLS with:
You may need to open it:
Finally, can you see traffic coming in on that port if you run:
The above installs tcpdump and then listens on port 5545. Any network traffic coming in on port 5545 will be displayed on the screen.
Code: Select all
netstat -na | grep 5545
Code: Select all
iptables -I INPUT 1 -p tcp --dport 5545 -j ACCEPT
Code: Select all
yum -y install tcpdump
tcpdump port 5545
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.