mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-22 13:00:41 +01:00
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
# Test for pipe output action (see .sh file for details)
|
|
# rgerhards, 2009-11-05
|
|
$IncludeConfig diag-common.conf
|
|
|
|
$MainMsgQueueTimeoutShutdown 10000
|
|
|
|
$ModLoad ../plugins/omuxsock/.libs/omuxsock
|
|
$template outfmt,"%msg:F,58:2%\n"
|
|
$OMUXSockSocket rsyslog-testbench-dgram-uxsock
|
|
:msg, contains, "msgnum:" :omuxsock:;outfmt
|