summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-06-10 17:45:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-06-10 17:45:40 +0200
commit940327046c6302dc7955139adfc104e08d0179bd (patch)
tree5c9d0d2cfdd4c1c7119258b06781c5db1501a8eb
parent5d061ce8522163d0b16fece9ac7adb11f60fe0d0 (diff)
downloadrsyslog-940327046c6302dc7955139adfc104e08d0179bd.tar.gz
rsyslog-940327046c6302dc7955139adfc104e08d0179bd.tar.bz2
rsyslog-940327046c6302dc7955139adfc104e08d0179bd.zip
doc bugfix: imrelp does not have a v6+ "ruleset" config parameter
-rw-r--r--doc/imrelp.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/imrelp.html b/doc/imrelp.html
index 9f3e4875..f7fcc4b3 100644
--- a/doc/imrelp.html
+++ b/doc/imrelp.html
@@ -30,14 +30,12 @@ Clients send messages to the RELP server via omrelp.</p>
<p><b>Configuration Directives</b>:</p>
<ul>
-<li><b>Ruleset</b> &lt;name&gt;</br>
-Binds the specified ruleset to all RELP listeners.
<li><b>Port</b> &lt;port&gt;<br>
Starts a RELP server on selected port</li>
</ul>
<b>Caveats/Known Bugs:</b>
<ul>
-<li>see description</li>
+<li>ruleset can only be bound via legacy configuration format</li>
<li>To obtain the remote system's IP address, you need to have at least
librelp 1.0.0 installed. Versions below it return the hostname instead
of the IP address.</li>
@@ -54,7 +52,7 @@ input(type="imrelp" port="20514")
<p><b>Legacy Configuration Directives</b>:</p>
<ul>
<li>InputRELPServerBindRuleset &lt;name&gt; (available in 6.3.6+)</br>
-equivalent to: RuleSet
+Binds the specified ruleset to all RELP listeners.
<li>InputRELPServerRun &lt;port&gt;<br>
equivalent to: Port</li>
</ul>