blob: a25eab37f2977f9efeb92189275f5f20a8092567 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This is a special case, thus we define the inputs ourselfs
$ModLoad ../plugins/omstdout/.libs/omstdout
$ModLoad ../plugins/imtcp/.libs/imtcp
$InputTCPServerInputname 12514
$InputTCPServerRun 12514
$InputTCPServerInputname 12515
$InputTCPServerRun 12515
$InputTCPServerInputname 12516
$InputTCPServerRun 12516
$ErrorMessagesToStderr off
# use a special format that we can easily parse in expect
$template fmt,"%inputname%\n"
*.* :omstdout:;fmt
|