diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-04 15:17:38 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-04 15:17:38 +0200 |
commit | 5cce834d7ac9bdfdd122bd57630f0283c2fe0a0b (patch) | |
tree | 65d81085ebc4b79895f12ac969a03d953062226c /doc | |
parent | ea6570c993eee8cb3f3e22ae1d22e1674a3a1bcb (diff) | |
parent | 6d8df125979065640598bc9126258dc8645f748d (diff) | |
download | rsyslog-5cce834d7ac9bdfdd122bd57630f0283c2fe0a0b.tar.gz rsyslog-5cce834d7ac9bdfdd122bd57630f0283c2fe0a0b.tar.xz rsyslog-5cce834d7ac9bdfdd122bd57630f0283c2fe0a0b.zip |
Merge branch 'v4-stable' into v4-beta
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsyslog_conf_global.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/rsyslog_conf_global.html b/doc/rsyslog_conf_global.html index 2bbb136e..50d83a50 100644 --- a/doc/rsyslog_conf_global.html +++ b/doc/rsyslog_conf_global.html @@ -91,10 +91,13 @@ default 60000 (1 minute)]</li> <li><a href="rsconf1_actionresumeinterval.html">$ActionResumeInterval</a></li> <li>$ActionResumeRetryCount <number> [default 0, -1 means eternal]</li> <li>$ActionSendResendLastMsgOnReconn <[on/<b>off</b>]> specifies if the last message is to be resend when a connecition broken and has been reconnedcted. May increase reliability, but comes at the risk of message duplication. -<li>$ActionSendStreamDriver <driver basename> just like $DefaultNetstreamDriver, but for the specific action -</li><li>$ActionSendStreamDriverMode <mode>, default 0, mode to use with the stream driver -(driver-specific)</li><li>$ActionSendStreamDriverAuthMode <mode>, authentication mode to use with the stream driver -(driver-specific)</li><li>$ActionSendStreamDriverPermittedPeer <ID>, accepted fingerprint (SHA1) or name of remote peer +<li>$ActionSendStreamDriver <driver basename> just like $DefaultNetstreamDriver, but for the specific action</li> +<li>$ActionSendStreamDriverMode <mode>, default 0, mode to use with the stream driver (driver-specific)</li> +<li>$ActionSendStreamDriverAuthMode <mode>, authentication mode to use with the stream driver. Note that this directive requires TLS +netstream drivers. For all others, it will be ignored. +(driver-specific)</li> +<li>$ActionSendStreamDriverPermittedPeer <ID>, accepted fingerprint (SHA1) or name of remote peer. Note that this directive requires TLS +netstream drivers. For all others, it will be ignored. (driver-specific) -<span style="font-weight: bold;"> directive may go away</span>!</li> <li><b>$ActionSendTCPRebindInterval</b> nbr</a>- [available since 4.5.1] - instructs the TCP send action to close and re-open the connection to the remote host every nbr of messages sent. |