thanks.
David Lang
On Fri, 19 Nov 2010, John Feuerstein wrote:
Date: Fri, 19 Nov 2010 21:09:32 +0100
From: John Feuerstein <[email protected]>
Reply-To: rsyslog-users <[email protected]>
To: rsyslog-users <[email protected]>
Subject: Re: [rsyslog] how to have imuxsock listen in multiple places?
On 11/19/2010 07:46 PM, [email protected] wrote:
I need to have it listen on /dev/log and /var/jail/dev/log, how can I do
this?
I see an option for defining the path to listen to, but I don't see how
to define multiple of them (I may just be missing something obvious here)
$ModLoad imuxsock # needs to be done just once
$InputUnixListenSocketHostName jail1.example.net
$AddUnixListenSocket /jail/1/dev/log
$InputUnixListenSocketHostName jail2.example.net
$AddUnixListenSocket /jail/2/dev/log
...
See http://www.rsyslog.com/doc/imuxsock.html
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com