[rsyslog-notify] Forum Thread: Re: Log forwarding - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Mon Mar 16 15:28:26 CET 2015
User: Sheephelmet
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25322#p25322
Message:
----------
The listening side is:
# 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")
As can be seen it is beyond basic at this time as I have taken out the
stuff I have tried that has not worked.
Next I shall post up the sending side config.# Default Settings
# Load Modules
module(load="imtcp")
module(load="imuxsock")
module)load="omfwd")
# rsyslog Templates
# rsyslog Input Modules
input(type="imtcp"
port="514")
# rsyslog RuleSets
# Default RuleSet
action(type="omfile"
File="/var/log/messages")
action(type="omfwd"
File="@@ip [fe80::3%icm0]/var/log/messages")
I am fully aware that I haven't set any options for the listening side.
There is no firewall in operation at this time, and all I want to do is
have everything that is generated at the sending end to be forwarded and
logged in /var/log/messages at the listening end on fe80::3%icm0.
More information about the rsyslog-notify
mailing list