I just wanted to give everyone a heads up that our new zeromq input and output plugins for rsyslog are now in the official rsyslog repo, on head in the master branch ( http://www.rsyslog.com/doc/build_from_repo.html). There's a little info on our company blog about them ( http://www.talksum.com/blog/ ) and we hope to make time to write up some better documentation and example use cases soon.
The plugins are written against the CZMQ library and we have been testing them against libzmq head (soon to become libzmq 3.1). Short sample conf: ----------------------- $RuleSet TestZmqToZmq $WorkDirectory /data/rsyslog/spool $RulesetCreateMainQueue on *.* action(name="test_zmq_to_zmq" type="omzmq3" description="tcp://*:5557" socktype="PUB" action="BIND") $InputZmq3ServerBindRuleset TestZmqToZmq $InputZmq3ServerRun action=BIND,type=SUB,description=tcp://*:7002,subscribe= ----------------------- Everyone have a great weekend, Brian _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards

