summaryrefslogtreecommitdiffstats
path: root/tests/testsuites/diskqueue.conf
blob: 017ee96d6cc992f09b9d18f5835a430365bf5876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Test for queue disk mode (see .sh file for details)
# rgerhards, 2009-04-17
$ModLoad ../plugins/imtcp/.libs/imtcp
$MainMsgQueueTimeoutShutdown 10000
$InputTCPServerRun 13514

$ModLoad ../plugins/imdiag/.libs/imdiag
$IMDiagServerRun 13500

$ErrorMessagesToStderr off

# set spool locations and switch queue to disk-only mode
$WorkDirectory test-spool
$MainMsgQueueFilename mainq
$MainMsgQueueType disk

$template outfmt,"%msg:F,58:2%\n"
$template dynfile,"rsyslog.out.log" # trick to use relative path names!
:msg, contains, "msgnum:" ?dynfile;outfmt