mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 12:00:43 +01:00
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
# Test for tcp "flood" testing
|
|
# rgerhards, 2009-04-08
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imptcp/.libs/imptcp
|
|
$MainMsgQueueTimeoutShutdown 10000
|
|
$MaxOpenFiles 2000
|
|
$InputPTCPServerRun 13514
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
$template dynfile,"rsyslog.out.log" # trick to use relative path names!
|
|
:msg, contains, "msgnum:" ?dynfile;outfmt
|