blob: 085b970e3a5df4933edeccb6d3dcbb7a32ac415d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# see the equally-named .sh file for details
# rgerhards, 2009-11-12
$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!
$ActionExecOnlyOnceEveryInterval 3
:msg, contains, "msgnum:" ?dynfile;outfmt
|