[rsyslog-notify] Forum Thread: Re: Log forwarding - (Mode 'reply')
    noreply at adiscon.com 
    noreply at adiscon.com
       
    Tue Mar 17 15:12:05 CET 2015
    
    
  
User: Sheephelmet 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25326#p25326
Message: 
----------
and the receiving side can be as simple as:
# Default Settings
# Load Modules
module(load="imtcp")
module(load="imuxsock")
# rsyslog Templates
# rsyslog Input Modules
input(type="imtcp" 
	 port="514")
# rsyslog RuleSets
# Default RuleSet
action(type="omfile" 
	 File="/var/log/messages")
Should this work?
Like I said before, I don't want to do anything fancy, I just want to
forward all messages of all levels, via TCP to fe80::3
Thanks in advance
    
    
More information about the rsyslog-notify
mailing list