summaryrefslogtreecommitdiffstats
path: root/doc/imudp.html
diff options
context:
space:
mode:
authorFlorian Riedl <friedel@adiscon.com>2012-10-02 11:16:21 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-02 11:16:21 +0200
commit1269e9598dbefe25b0403f40221c82d166b98ef1 (patch)
tree51da5c0c13ea7ac1638ecdcba44df153261dc667 /doc/imudp.html
parentfa541af5778a78e148d3e4a43da7f0d34513ed82 (diff)
downloadrsyslog-1269e9598dbefe25b0403f40221c82d166b98ef1.tar.gz
rsyslog-1269e9598dbefe25b0403f40221c82d166b98ef1.tar.xz
rsyslog-1269e9598dbefe25b0403f40221c82d166b98ef1.zip
doc: update module doc to new capabilities
Diffstat (limited to 'doc/imudp.html')
-rw-r--r--doc/imudp.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/imudp.html b/doc/imudp.html
index 3512d474..b1a3ecc9 100644
--- a/doc/imudp.html
+++ b/doc/imudp.html
@@ -33,16 +33,18 @@ the value, the less precise the timestamp.
<li><b>SchedulingPolicy</b> &lt;rr/fifo/other&gt;<br>
Can be used the set the scheduler priority, if the necessary functionality
is provided by the platform. Most useful to select "fifo" for real-time
-processing under Linux (and thus reduce chance of packet loss). Available since 4.7.4+, 5.7.3+, 6.1.3+.
+processing under Linux (and thus reduce chance of packet loss).
<li><b>SchedulingPriority</b> &lt;number&gt;<br>
-Scheduling priority to use. Available since 4.7.4+, 5.7.3+, 6.1.3+.
+Scheduling priority to use.
</ul>
<p><b>Action Directives</b>:</p>
<ul>
<li><b>Address</b> &lt;IP&gt;<br>
local IP address (or name) the UDP listens should bind to</li>
<li><b>Port</b> &lt;port&gt;<br>
-default 514, start UDP server on this port</li>
+default 514, start UDP server on this port. Either a single port can be specified or an array of ports. If multiple ports are specified, a listener will be automatically started for each port. Thus, no additional inputs need to be configured.
+<br>Single port: Port="514"
+<br>Array of ports: Port=["514","515","10514","..."]</li>
<li><b>Ruleset</b> &lt;ruleset&gt;<br>
Binds the listener to a specific <a href="multi_ruleset.html">ruleset</a>.</li>
</ul>
@@ -70,9 +72,9 @@ equivalent to: Port </li>
equivalent to: TimeRequery
<li>$InputUDPServerBindRuleset &lt;ruleset&gt;<br>
equivalent to: Ruleset </li>
-<li>$IMUDPSchedulingPolicy &lt;rr/fifo/other&gt;<br>
+<li>$IMUDPSchedulingPolicy &lt;rr/fifo/other&gt; Available since 4.7.4+, 5.7.3+, 6.1.3+.<br>
equivalent to: SchedulingPolicy
-<li>$IMUDPSchedulingPriority &lt;number&gt;<br>
+<li>$IMUDPSchedulingPriority &lt;number&gt; Available since 4.7.4+, 5.7.3+, 6.1.3+.<br>
equivalent to: SchedulingPriority
</ul>
<b>Caveats/Known Bugs:</b>