On Tue, 29 Dec 2015, chika tambun wrote:
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.
I'll bet that if you reversed the order of these statements, you would still
only deliver to the .195 box. There's probably a problem (either network,
firewall, or receving rsyslog config) on the .194 box
rsyslog has no problem delivering the multiple destinations, so it's not a limit
of rsyslog.
David Lang
_______________________________________________
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.