From 369b0ebd927545b9a9e4be211580ce6e0d77284d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 17 Dec 2007 10:11:54 +0000 Subject: added $MarkMessagePeriod --- doc/rsconf1_markmessageperiod.html | 30 ++++++++++++++++++++++++++++++ doc/rsyslog_conf.html | 1 + doc/status.html | 8 ++++---- 3 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 doc/rsconf1_markmessageperiod.html diff --git a/doc/rsconf1_markmessageperiod.html b/doc/rsconf1_markmessageperiod.html new file mode 100644 index 00000000..9b6590cd --- /dev/null +++ b/doc/rsconf1_markmessageperiod.html @@ -0,0 +1,30 @@ + + +rsyslog.conf file + + +

$MarkMessagePeriod

+

Type: specific to immark input module

+

Default: 1800 (20 minutes)

+

Description:

+

This specifies when mark messages are to be written to output modules. The +time specified is in seconds. Specifying 0 is possible and disables mark +messages. In that case, however, it is more efficient to NOT load the immark +input module.

+

So far, there is only one mark message process and any subsequent +$MarkMessagePeriod overwrites the previous.

+

This directive is only available after the immark input module has been +loaded.

+

Sample:

+

$MarkMessagePeriod  600 # mark messages appear every 10 Minutes

+

Available since: rsyslog 3.0.0

+ +

[rsyslog.conf overview] [manual +index] [rsyslog site]

+

This documentation is part of the +rsyslog project.
+Copyright © 2007 by Rainer Gerhards and +Adiscon. Released under the GNU GPL +version 2 or higher.

+ + \ No newline at end of file diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 3ee2ae60..b68b638a 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -48,6 +48,7 @@ a description.

  • $GssMode
  • $IncludeConfig
  • $MainMsgQueueSize
  • +
  • $MarkMessagePeriod [immark]
  • $ModDir
  • $ModLoad
  • $RepeatedMsgReduction
  • diff --git a/doc/status.html b/doc/status.html index b401a1eb..1f153bb2 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,11 @@

    rsyslog status page

    -

    This page reflects the status as of 2007-12-07.

    +

    This page reflects the status as of 2007-12-12.

    Current Releases

    -

    development: 1.20.0 - -change log - -download

    +

    development: 1.20.1 - +change log - +download

    stable: 1.0.5 - change log - download

     (How are versions named?)

    -- cgit