From b9198d251218f13803cf121c4ef5f69a0e850d24 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 15 Apr 2008 09:08:46 +0200 Subject: improved doc for imklog --- doc/rsyslog_conf.html | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'doc/rsyslog_conf.html') diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 8967f671..9325f73c 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -1,7 +1,5 @@ -rsyslog.conf file - - +rsyslog.conf file

rsyslog.conf configuration file

This document is currently being enhanced. Please @@ -49,7 +47,7 @@ plugin for plain tcp syslog

  • imgssapi - input plugin for plain tcp and GSS-enable syslog
  • immark - support for mark messages
  • -
  • imklog - kernel logging
  • +
  • imklog - kernel logging
  • imuxsock - unix sockets, including the system log socket
  • @@ -126,7 +124,7 @@ worker threads, default 1, recommended 1
  • $AllowedSender
  • $ControlCharacterEscapePrefix
  • $DebugPrintCFSyslineHandlerList
  • -
  • $DebugPrintKernelSymbols (imklog) [on/off]
  • +
  • $DebugPrintModuleList
  • $DebugPrintTemplateList
  • $DirCreateMode
  • @@ -143,14 +141,7 @@ worker threads, default 1, recommended 1
  • $GssForwardServiceName
  • $GssListenServiceName
  • $GssMode
  • -
  • $IncludeConfig
  • -
  • $klogSymbolLookup (imklog) [on/off] -- -former klogd -x option
  • -
  • $klogUseSyscallInterface (imklog)  [on/off] --- former klogd -2 option
  • -
  • $klogSymbolsTwice (imklog) [on/off] -- -former klogd -s option
  • -
  • $MainMsgQueueCheckpointInterval <number>
  • +
  • $IncludeConfig
  • MainMsgQueueCheckpointInterval <number>
  • $MainMsgQueueDequeueSlowdown <number> [number is timeout in microseconds (1000000us is 1sec!), default 0 (no delay). Simple rate-limiting!]
  • -- cgit