[rsyslog] Changing hostname field

David Darville ml at darville.vm.bytemark.co.uk
Thu Jul 31 13:11:22 CEST 2008


Hello everyone

I am trying to configure rsyslog to service a number of chroot jails in
addition to the host itself.

But I need to change the hostname field of the syslog messages from the
different jails, so that I place them in the right log file on the central
logging host.

My current rsyslog.conf is as follows:

$ModLoad imuxsock
$ModLoad imklog
$ModLoad immark
$ModLoad omrelp

$AddUnixListenSocket /jail/1/dev/log
$AddUnixListenSocket /jail/2/dev/log

*.* :omrelp:10.0.0.4:2514


Can anyone please advice me on how to do that?


---

David Darville


More information about the rsyslog mailing list