Plugin:ZeroMQ
From collectd Wiki
ZeroMQ plugin | |
---|---|
Type: | read, write |
Callbacks: | config, init, notification, shutdown, write |
Status: | in development |
First version: | 5.0 |
Copyright: | 2005–2009 Florian Forster 2009 Aman Gupta 2010 Julien Ammous |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
List of Plugins |
The ZeroMQ plugin transmits or receives values collected by collectd via the ØMQ (Zero Message Queue) messaging library. The data is encoded in the binary protocol used by the Network plugin, too. Depending on its configuration, the ZeroMQ plugin can operate in a number of messaging modes.
Currently, the plugin uses a PUSH / PULL model.
Synopsis
<Plugin "zeromq"> SendDataTo "tcp://localhost:6666" ListenOn "tcp://*:6666" </Plugin>
Dependencies
- libzmq, ØMQ C bindings
http://www.zeromq.org/bindings:c
See also