[rsyslog-notify] Forum Thread: Re: Log forwarding - (Mode 'reply')
    noreply at adiscon.com 
    noreply at adiscon.com
       
    Tue Mar 17 15:09:16 CET 2015
    
    
  
User: Sheephelmet 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25325#p25325
Message: 
----------
So, this should work for the sending side:
# Default Settings
# Load Modules
module(load="imtcp")
module(load="omfwd")
module(load="imuxsock")
# rsyslog Templates
# rsyslog Input Modules
input(type="imtcp" 
	 port="514")
# rsyslog RuleSets
# Default RuleSet
action(type="omfile" 
	 File="/var/log/messages")
action(type="omfwd" 
	 Target="fe80::3"
	 Port="514"
	 Protocol="tcp")
    
    
More information about the rsyslog-notify
mailing list