diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-08-06 17:25:38 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-08-06 17:25:38 +0200 |
commit | 80ff634c841d692c1d9f335b88e225d6ce7317f7 (patch) | |
tree | d7db3f16ab7fbd187f0b02d2746292cc335bb526 /tests/testsuites | |
parent | 1be79730693be187e99319377cf110fba41cc801 (diff) | |
download | rsyslog-80ff634c841d692c1d9f335b88e225d6ce7317f7.tar.gz rsyslog-80ff634c841d692c1d9f335b88e225d6ce7317f7.tar.xz rsyslog-80ff634c841d692c1d9f335b88e225d6ce7317f7.zip |
added omuxsock, which permits to write message to local Unix sockets
this is the counterpart to imuxsock, enabling fast local forwarding
Diffstat (limited to 'tests/testsuites')
-rw-r--r-- | tests/testsuites/uxsock_simple.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/testsuites/uxsock_simple.conf b/tests/testsuites/uxsock_simple.conf new file mode 100644 index 00000000..efffdd90 --- /dev/null +++ b/tests/testsuites/uxsock_simple.conf @@ -0,0 +1,10 @@ +# 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 |