We have a console server set up to log all console activity to our syslog server. Here is how the console messages look on the syslog server: Mar 21 08:20:07 src_dev_log@con02p dbufd[3015]: DLS[8]: ...
I'm trying to configure rsyslog on a system to receive messages from a number of external hosts, and to send those messages to specific files while keeping other localhost messages to normal paths. So ...