From d7cfdcf28c1239908619aadac6ef4fa43f1b93fd Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 4 Sep 2009 15:11:27 +0200 Subject: clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers] in doc set (require TLS drivers) --- ChangeLog | 2 ++ doc/rsyslog_conf.html | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f3cbccf..b1c63cfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ --------------------------------------------------------------------------- Version 3.22.2 [v3-stable] (rgerhards), 2009-07-?? - bugfix: sending syslog messages with zip compression did not work +- clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers] + in doc set (require TLS drivers) --------------------------------------------------------------------------- Version 3.22.1 [v3-stable] (rgerhards), 2009-07-02 - bugfix: invalid error message issued if $inlcudeConfig was on an empty diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 1a24e793..2dc8aa24 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -146,10 +146,12 @@ default 60000 (1 minute)]
  • $ActionResumeInterval
  • $ActionResumeRetryCount <number> [default 0, -1 means eternal]
  • $ActionSendResendLastMsgOnReconn <[on/off]> 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. -
  • $ActionSendStreamDriver <driver basename> just like $DefaultNetstreamDriver, but for the specific action +
  • $ActionSendStreamDriver <driver basename> just like $DefaultNetstreamDriver, but for the specific action.
  • $ActionSendStreamDriverMode <mode>, default 0, mode to use with the stream driver -(driver-specific)
  • $ActionSendStreamDriverAuthMode <mode>,  authentication mode to use with the stream driver -(driver-specific)
  • $ActionSendStreamDriverPermittedPeer <ID>,  accepted fingerprint (SHA1) or name of remote peer +(driver-specific)
  • $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)
  • $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) - directive may go away!
  • $AllowedSender
  • $ControlCharacterEscapePrefix
  • -- cgit