summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_high_database_rate.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-29 17:36:19 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-29 17:36:19 +0000
commite12e53cfbb8b8764dcbd4da3ff143ad9d46a8795 (patch)
tree18d6567c396b258ca4fb373421168de1588a640a /doc/rsyslog_high_database_rate.html
parent7adc80509c80239802716233f8168d566e278873 (diff)
downloadrsyslog-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/rsyslog_high_database_rate.html')
-rw-r--r--doc/rsyslog_high_database_rate.html1
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