From 858760097213b8a4401472eb34c57add4a52e988 Mon Sep 17 00:00:00 2001 From: Julien Ammous Date: Wed, 27 Oct 2010 21:29:53 +0200 Subject: [PATCH] added zeromq to documentation --- src/collectd.conf.pod | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 4b7a2e34..8180b50f 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -4560,6 +4560,33 @@ traffic (e.Eg. due to headers and retransmission). If you want to collect on-wire traffic you could, for example, use the logging facilities of iptables to feed data for the guest IPs into the iptables plugin. +=head2 Plugin C + +This plugin acts as an alternative to the network plugin (you could also use both) +the protocol used is the same as the network plugin but it uses zeromq as the +transport layer with can brings interesting features like: +- reliable communication (packets can be queued until network connection is + available again and dropped packets will be sent again) +- protocol choice, zeromq can use tcp, pgm, ipc an inproc, check the zeromq + documentation for more informations on each one + +Synopsis: + + + SendDataTo "tcp://localhost:6666" + ListenOn "tcp://*:6666" + + +=over 4 + +=item B I + +Optional socket to send data to + +=item B I + +Optional socket to listen on + =head2 Plugin C This output plugin submits values to an http server by POST them using the -- 2.11.0