mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 19:10:42 +01:00
- added valgrind-based test (the first one ever ;)) - fixed memory leak in imdiag (guess how this was detected...)
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
# Test for queue disk mode (see .sh file for details)
|
|
# rgerhards, 2009-05-22
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$ModLoad ../plugins/imudp/.libs/imudp
|
|
$UDPServerRun 13514
|
|
$RepeatedMsgReduction on
|
|
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
*.* ./rsyslog.out.log;outfmt
|
|
#:msg, contains, "msgnum:" ./rsyslog.out.log;outfmt
|