By default syslog daemons don't accept remote log submissions. I need mine to, but don't really have a clue how to configure that. Can anyone help me out, send me a good tutorial, etc. I have been googling for awhile, but can seem to find what I'm looking for. Any help would be appreciated
|
feedback
|
migrated from stackoverflow.com May 15 '11 at 20:36
This question came from our site for professional and enthusiast programmers.
|
Read the man-page for your operating system ( | |||
|
feedback
|
|
man syslogd on centos, should be like this $ cat /etc/sysconfig/syslog |grep OPT SYSLOGD_OPTIONS="-m 0 -r" | |||
|
feedback
|