blob: 0ab059dff4182ebbe0d35883c786d1cd4a9b7607 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Test for bad .qi file (see .sh file for details)
# rgerhards, 2009-10-21
$IncludeConfig diag-common.conf
$ModLoad ../plugins/imtcp/.libs/imtcp
$MainMsgQueueTimeoutShutdown 10000
$InputTCPServerRun 13514
$template outfmt,"%msg:F,58:2%\n"
$template dynfile,"rsyslog.out.log" # trick to use relative path names!
# instruct to use bad .qi file
$WorkDirectory bad_qi
$ActionQueueType LinkedList
$ActionQueueFileName dbq
:msg, contains, "msgnum:" ?dynfile;outfmt
|