mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 01:00:40 +01:00
testbench: libdbi tests used wrong db credentials
This commit is contained in:
parent
40da59bd8b
commit
6e596e8893
@ -6,7 +6,7 @@ $ActionQueueType LinkedList
|
||||
|
||||
$ActionLibdbiDriver mysql
|
||||
$ActionLibdbiHost 127.0.0.1
|
||||
$ActionLibdbiUserName root
|
||||
$ActionLibdbiPassword pass
|
||||
$ActionLibdbiUserName rsyslog
|
||||
$ActionLibdbiPassword testbench
|
||||
$ActionLibdbiDBName Syslog
|
||||
:msg, contains, "msgnum:" :omlibdbi:
|
||||
|
||||
@ -3,7 +3,7 @@ $IncludeConfig diag-common.conf
|
||||
$ModLoad ../plugins/omlibdbi/.libs/omlibdbi
|
||||
$ActionLibdbiDriver mysql
|
||||
$ActionLibdbiHost 127.0.0.1
|
||||
$ActionLibdbiUserName root
|
||||
$ActionLibdbiPassword pass
|
||||
$ActionLibdbiUserName rsyslog
|
||||
$ActionLibdbiPassword testbench
|
||||
$ActionLibdbiDBName Syslog
|
||||
:msg, contains, "msgnum:" :omlibdbi:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user