blob: 0598f33f8134c707edfecf653fdb639a03feb7f2 (
plain)
1
2
3
4
5
6
7
8
9
|
$ModLoad ../plugins/omstdout/.libs/omstdout
$IncludeConfig nettest.input.conf # This picks the to be tested input from the test driver!
$ErrorMessagesToStderr off
$Escape8BitCharactersOnReceive on
# use a special format that we can easily parse in expect
$template expect,"%PRI%,%syslogfacility-text%,%syslogseverity-text%,%timestamp%,%hostname%,%programname%,%syslogtag%,%msg%\n"
*.* :omstdout:;expect
|