[rsyslog-notify] Forum Thread: Re: Legacy to Modern - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Fri Sep 18 16:08:48 CEST 2015


User: mpse 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25929#p25929

Message: 
----------
Okay, first issue pertaining to the legacy "$InputRunFileMonitor"  is
resolved. It seems there is no equavilent to it and there is no need for
it. I guess this is because of the use of inotify instead of polling mode.

Second issue is also solved which had to do with actually RELP sysloging to
remote server. I had the RELP module load defined as this:

module(load="omrelp" target="192.168.146" port="20514"
template="RSYSLOG_ForwardFormat")

However, it should be defined this way:

module(load="omrelp")
action(type="omrelp" target="192.168.16.146" port="20514"
template="RSYSLOG_ForwardFormat").

Now going to see if I can get the legacy "$EscapeControlCharactersOnReceive
off" to work


More information about the rsyslog-notify mailing list