Last active
May 27, 2016 16:42
-
-
Save taotetek/f48faf8f987d4af438979f2f8aff16d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module( | |
load="imczmq" | |
servercertpath="/etc/curve.d/server" | |
clientcertpath="/etc/curve.d/" | |
authtype="CURVESERVER" | |
authenticator="on" | |
) | |
module( | |
load="omczmq" | |
servercertpath="/etc/curve.d/server" | |
clientcertpath="/etc/curve.d/" | |
authtype="CURVESERVER" | |
) | |
input(type="imczmq" endpoints="@tcp://*:22222" socktype="DISH" topics="topic1,topic2" ruleset="debug") | |
ruleset(name="debug") { | |
action(type="omczmq" endpoints="@tcp://*:22223" socktype="RADIO" topics="topic3") | |
*.* /var/log/debug.log | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment