From 854c4732f87076dca363bd45ebcfa60bdf034347 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 9 Jan 2008 08:28:51 +0000 Subject: implemented $MainMsgQueueMaxFileSize config directive --- doc/rsyslog_conf.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 89234da0..201ab0a7 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -61,7 +61,8 @@ development and quite unstable...). So you have been warned ;)

  • $klogSymbolsTwice (imklog) [on/off] -- former klogd -s option
  • $MainMsgQueueFilePrefix <name>
  • $MainMsgQueueSize
  • -
  • $MainMsgQueueType [FixedArray/LinkedList/Direct]
  • +
  • $MainMsgQueueMaxFileSize <size_nbr>, default 1m
  • +
  • $MainMsgQueueType [FixedArray/LinkedList/Direct/Disk]
  • $MainMsgQueueWorkerThreads <number>, num worker threads, default 1, recommended 1
  • $MarkMessagePeriod (immark)
  • @@ -78,6 +79,11 @@ development and quite unstable...). So you have been warned ;)

    start UDP server on this port, "*" means all addresses
  • $UMASK
  • +

    Where <size_nbr> is specified above, modifiers can be used after the +number part. For example, 1k means 1024. Supported are k(ilo), m(ega), g(iga), +t(era), p(eta) and e(xa). Lower case letters refer to the traditional binary +defintion (e.g. 1m equals 1,048,576) whereas upper case letters refer to their +new 1000-based definition (e.g 1M equals 1,000,000).

    Basic Structure

    Rsyslog supports standard sysklogd's configuration file format and extends it. So in general, you can take a "normal" syslog.conf and use it together with -- cgit