summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-29 17:25:16 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-29 17:25:16 +0200
commit36fe8d92f8bad4ddc1f24ede14405129ec46c0d8 (patch)
treebfbf446e88f7d0b008ea2b6bbcaa767a3fccd43f /doc
parenteafafc63597a600fceda5ac9ada90acd6e2f037e (diff)
downloadrsyslog-36fe8d92f8bad4ddc1f24ede14405129ec46c0d8.tar.gz
rsyslog-36fe8d92f8bad4ddc1f24ede14405129ec46c0d8.tar.xz
rsyslog-36fe8d92f8bad4ddc1f24ede14405129ec46c0d8.zip
added ability for the UDP output action to rebind its send socket after sending n messages
New config directive $ActionSendUDPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered useful for load balancers.
Diffstat (limited to 'doc')
-rw-r--r--doc/rsyslog_conf_global.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rsyslog_conf_global.html b/doc/rsyslog_conf_global.html
index fe76912d..778e18f8 100644
--- a/doc/rsyslog_conf_global.html
+++ b/doc/rsyslog_conf_global.html
@@ -96,6 +96,9 @@ default 60000 (1 minute)]</li>
(driver-specific)</li><li>$ActionSendStreamDriverAuthMode &lt;mode&gt;,&nbsp; authentication mode to use with the stream driver
(driver-specific)</li><li>$ActionSendStreamDriverPermittedPeer &lt;ID&gt;,&nbsp; accepted fingerprint (SHA1) or name of remote peer
(driver-specific) -<span style="font-weight: bold;"> directive may go away</span>!</li>
+<li><b>$ActionSendUDPRebindInterval</b> nbr</a>- [available since 4.3.2] - instructs the UDP send
+action to rebind the send socket every nbr of messages sent. Zero, the default, means
+that no rebind is done. This directive is useful for use with load-balancers.</li>
<li><a href="rsconf1_allowedsender.html">$AllowedSender</a></li>
<li><a href="rsconf1_controlcharacterescapeprefix.html">$ControlCharacterEscapePrefix</a></li>
<li><a href="rsconf1_debugprintcfsyslinehandlerlist.html">$DebugPrintCFSyslineHandlerList</a></li>