[rsyslog-notify] Forum Thread: RELP help - (Mode 'post')

noreply at adiscon.com noreply at adiscon.com
Mon Feb 3 21:14:09 CET 2014


User: building39 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24165#p24165

Message: 
----------
I'm trying to configure my log server to accept RELP. According to the
documentation that I've found on the rsyslog site, I should be doing this:

module(load="imrelp" ruleset="relp")
input(type="imrelp" port="10514")
ruleset(name="relp") {
        action(type="omfile" file="/var/log/relp_log")
}

but when I restart rsyslog, I see this error:

rsyslogd-2207: error during parsing file /etc/rsyslog.d/50-default.conf, on
or before line 5: parameter 'ruleset' not known -- typo in config file?
[try <!-- m --><a class="postlink"
href="http://www.rsyslog.com/e/2207">http://www.rsyslog.com/e/2207</a><!--
m --> ]

What have I done wrong?


More information about the rsyslog-notify mailing list