diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 13:23:01 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 13:23:01 +0000 |
commit | 4c1002deed0236488e7c4d2e1e6e2f44d57cd698 (patch) | |
tree | e7297945c4fc98b40017d157bba8567d79d2f7d7 /doc | |
parent | 4925c7e83bdcad95b01b88c402a862a5f890ddb7 (diff) | |
download | rsyslog-4c1002deed0236488e7c4d2e1e6e2f44d57cd698.tar.gz rsyslog-4c1002deed0236488e7c4d2e1e6e2f44d57cd698.tar.xz rsyslog-4c1002deed0236488e7c4d2e1e6e2f44d57cd698.zip |
changed some config file directives
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsyslog_conf.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 201ab0a7..bfd2141c 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -59,7 +59,7 @@ development and quite unstable...). So you have been warned ;)</p> <li>$klogUseSyscallInterface (imklog) [on/<b>off</b>] -- former klogd -2 option</li> <li>$klogSymbolsTwice (imklog) [on/<b>off</b>] -- former klogd -s option</li> - <li>$MainMsgQueueFilePrefix <name></li> + <li>$MainMsgQueueFileName <name></li> <li><a href="rsconf1_mainmsgqueuesize.html">$MainMsgQueueSize</a></li> <li>$MainMsgQueueMaxFileSize <size_nbr>, default 1m</li> <li>$MainMsgQueueType [<b>FixedArray</b>/LinkedList/Direct/Disk]</li> @@ -71,7 +71,7 @@ development and quite unstable...). So you have been warned ;)</p> <li>$OmitLocalLogging (imuxsock) [on/<b>off</b>] -- former -o option</li> <li><a href="rsconf1_repeatedmsgreduction.html">$RepeatedMsgReduction</a></li> <li><a href="rsconf1_resetconfigvariables.html">$ResetConfigVariables</a></li> - <li>$SpoolDirectory <name></li> + <li>$WorkDirectory <name> (directory for spool and other work files)</li> <li>$SystemLogSocketName <name-of-socket> -- former -p option</li> <li>$UDPServerAddress <IP> (imudp) -- local IP address (or name) the UDP listens should bind to</li> |