From 8efd0374b1f274b1a42ba1a9d31a7863bd4d5eeb Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 26 Sep 2013 17:27:07 +0200 Subject: doc: add recently added omfile module parameters --- ChangeLog | 3 +++ doc/omfile.html | 11 +++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index af7ca978..4f7d6614 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ --------------------------------------------------------------------------- Version 7.5.4 [devel] 2013-09-?? +- omfile: new module parameters to set action defaults added + * dirCreateMode + * fileCreateMode - mmutf8fix: new module to fix invalid UTF-8 sequences - imuxsock: handle unlimited number of additional listen sockets At the same time, (very) slightly remove memory footprint when diff --git a/doc/omfile.html b/doc/omfile.html index c5697119..5a6712fd 100644 --- a/doc/omfile.html +++ b/doc/omfile.html @@ -17,7 +17,14 @@
  • Template [templateName]
    Set the default template to be used if an action is not configured to use a specific template.
  • + +
  • DirCreateMode [default 0700]
    + Sets the default DirCreateMode to be used for an action + if no explicit one is specified.
    +
  • FileCreateMode [default 0644]
    + Sets the default DirCreateMode to be used for an action + if no explicit one is specified.

     

    Action Parameters:

    @@ -74,10 +81,10 @@
  • FileGroup
    Set the group for files newly created. Please note that this setting does not affect the group of files already existing. The parameter is a group name, for which the groupid is obtained by rsyslogd during startup processing. Interim changes to the user mapping are not detected.

  • -
  • FileCreateMode [default 0644]
    +
  • FileCreateMode [default equelly-named module parameter]
    The FileCreateMode directive allows to specify the creation mode with which rsyslogd creates new files. If not specified, the value 0644 is used (which retains backward-compatibility with earlier releases). The value given must always be a 4-digit octal number, with the initial digit being zero.
    Please note that the actual permission depend on rsyslogd's process umask. If in doubt, use "$umask 0000" right at the beginning of the configuration file to remove any restrictions.
    FileCreateMode may be specified multiple times. If so, it specifies the creation mode for all selector lines that follow until the next $FileCreateMode directive. Order of lines is vitally important.

  • -
  • DirCreateMode [defaul 0700]
    +
  • DirCreateMode [default equelly-named module parameter]
    This is the same as FileCreateMode, but for directories automatically generated.

  • FailOnCHOwnFailure on/off [default on]
    -- cgit v1.2.3