diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-29 17:36:19 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-29 17:36:19 +0000 |
commit | e12e53cfbb8b8764dcbd4da3ff143ad9d46a8795 (patch) | |
tree | 18d6567c396b258ca4fb373421168de1588a640a /doc | |
parent | 7adc80509c80239802716233f8168d566e278873 (diff) | |
download | rsyslog-e12e53cfbb8b8764dcbd4da3ff143ad9d46a8795.tar.gz rsyslog-e12e53cfbb8b8764dcbd4da3ff143ad9d46a8795.tar.xz rsyslog-e12e53cfbb8b8764dcbd4da3ff143ad9d46a8795.zip |
added ability to re-enqueue objects into the queue when a worker thread is
cancelled
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsyslog_high_database_rate.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rsyslog_high_database_rate.html b/doc/rsyslog_high_database_rate.html index fe355c35..7b1f984f 100644 --- a/doc/rsyslog_high_database_rate.html +++ b/doc/rsyslog_high_database_rate.html @@ -74,6 +74,7 @@ following simple config file, you log anything you receive to a MySQL database and have buffering applied automatically.</p> <textarea rows="11" cols="80">$ModLoad ommysql.so # load the output driver (use ompgsql.so for PostgreSQL) $ModLoad imudp.so # network reception +$UDPServerRun 514 # start a udp server at port 514 $ModLoad imuxsock.so # local message reception $WorkDirectory /rsyslog/work # default location for work (spool) files |