mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 21:00:42 +01:00
zmq - readme updates
This commit is contained in:
parent
b6ab69c7b3
commit
a02c4e736c
@ -21,6 +21,7 @@ type: type of action (omczmq for this plugin)
|
||||
endpoints: comma delimited list of zeromq endpoints (see zeromq documentation)
|
||||
socktype: zeromq socket type (currently supports PUSH, PUB, DEALER, RADIO, CLIENT, SCATTER)
|
||||
sendtimeout: timeout before send errors
|
||||
heartbeativl: interval to send heartbeat to clients (requires libzmq 4.2 or higher)
|
||||
topicframe: "on" to send topic as separate frame if PUB socket
|
||||
topics: comma delimited list of topics or templates to make topics from if PUB or RADIO socket
|
||||
dynatopic: if "on" topics list is treated as list of template names
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
ZeroMQ 3.x Output Plugin
|
||||
|
||||
DEPRECATION NOTICE
|
||||
------------------
|
||||
This plugin is not maintained and is deprecated. For ZeroMQ output support,
|
||||
please use contrib/omczmq, which is actively developed and maintained - Brian
|
||||
------------------
|
||||
|
||||
Building this plugin:
|
||||
Requires libzmq and libczmq. First, download the tarballs of both libzmq
|
||||
and its supporting libczmq from http://download.zeromq.org. As of this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user