From bd6a67d38e042cca09ff41872dda874ba71c2e80 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 28 Jan 2008 12:00:40 +0000 Subject: - implemented the $MainMsgQueueSaveOnShutdown config directive - implemented the $MainMsgQueueWorkerThreadMinimumMessages config directive - implemented the $MainMsgQueueTimeoutWorkerThreadShutdown config directive --- doc/rsyslog_conf.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index fe813ab3..f69c80fd 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -71,9 +71,12 @@ development and quite unstable...). So you have been warned ;)

  • $MainMsgQueueTimeoutActionCompletion <number> [number is timeout in ms (1000ms is 1sec!), default 1000, 0 means immediate!]
  • $MainMsgQueueTimeoutEnqueue <number> [number is timeout in ms (1000ms is 1sec!), default 2000, 0 means indefinite]
  • $MainMsgQueueTimeoutShutdown <number> [number is timeout in ms (1000ms is 1sec!), default 0 (indefinite)]
  • +
  • $MainMsgQueueTimeoutWorkerThreadShutdown <number> [number is timeout in ms (1000ms is 1sec!), default 60000 (1 minute)]
  • $MainMsgQueueType [FixedArray/LinkedList/Direct/Disk]
  • +
  • $MainMsgQueueSaveOnShutdown (imklog)  [on/off] -- former klogd
  • $MainMsgQueueWorkerThreads <number>, num worker threads, default 1, recommended 1
  • +
  • $MainMsgQueueWorkerThreadMinumumMessages <number>, default 100
  • $MarkMessagePeriod (immark)
  • $ModDir
  • $ModLoad
  • -- cgit