mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-22 13:00:41 +01:00
The test is a setup scenario for this bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=241
16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imtcp/.libs/imtcp
|
|
# this listener is for message generation by the test framework!
|
|
$InputTCPServerRun 13514
|
|
|
|
$WorkDirectory test-spool
|
|
$MainMsgQueueMaxFileSize 1g
|
|
$MainMsgQueueFileName mainq
|
|
|
|
# we use the shortest resume interval a) to let the test not run too long
|
|
# and b) make sure some retries happen before the reconnect
|
|
$ActionResumeInterval 1
|
|
$ActionResumeRetryCount -1
|
|
*.* @@127.0.0.1:13515
|