Dear list,

i can't send to more than one server, this is my file config

file:///etc/rsyslog.conf
======================
$ModLoad imuxsock
$ModLoad imklog
$ModLoad omrelp
module(load="imfile" PollingInterval="12")
$RepeatedMsgReduction on
$FileOwner root
$FileGroup root
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022
$PrivDropToUser root
$PrivDropToGroup root
$WorkDirectory /var/spool/rsyslog
$IncludeConfig /etc/rsyslog.d/*.conf

action(type="omrelp" target="10.10.10.195" port="13514"
queue.type="LinkedList" queue.filename="mainQ" queue.saveonshutdown="on")

action(type="omrelp" target="10.10.10.194" port="13514"
queue.type="LinkedList" queue.filename="mirrorQ" queue.saveonshutdown="on")

======================

It will only send the main remote rsyslog server on 10.10.10.195. Any
correction would be appreciated.



*Best regards,*
*chika.tambun*

*"Winning loves preparation"*
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to