mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 22:00:42 +01:00
that was no real error, but rather an adjustment of the queue settings was needed (especially on slower test machines)
14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/omlibdbi/.libs/omlibdbi
|
|
|
|
$ActionQueueType LinkedList
|
|
$ActionQueueTimeoutEnqueue 2000
|
|
|
|
$ActionLibdbiDriver mysql
|
|
$ActionLibdbiHost 127.0.0.1
|
|
$ActionLibdbiUserName rsyslog
|
|
$ActionLibdbiPassword testbench
|
|
$ActionLibdbiDBName Syslog
|
|
:msg, contains, "msgnum:" :omlibdbi:
|