mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 20:20:41 +01:00
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
# see tcpsndrcv.sh for details
|
|
# rgerhards, 2009-11-11
|
|
$IncludeConfig diag-common2.conf
|
|
|
|
$ModLoad ../plugins/imtcp/.libs/imtcp
|
|
# this listener is for message generation by the test framework!
|
|
$InputTCPServerRun 13514
|
|
|
|
*.* @@127.0.0.1:13516 # this must be DEAD
|
|
$ActionExecOnlyWhenPreviousIsSuspended on
|
|
& @@127.0.0.1:13515
|
|
& ./rsyslog.empty
|
|
$ActionExecOnlyWhenPreviousIsSuspended off
|