From 770c3bc953340c1d0a49571b928f82ba26d8de2b Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 8 Aug 2010 14:30:50 +0200 Subject: [PATCH] collectd.conf(5): Finish documenting the AMQP plugin. --- src/collectd.conf.pod | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 25c899bd..37fe95bf 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -255,17 +255,36 @@ used to filter messages when using a "topic" exchange. If you're only interested in CPU statistics, you could use the routing key "collectd.*.cpu.#" for example. -=item B +=item B B|B (Publish only) +Selects the I to use. If set to B, the I +mode will be used, i.e. delivery is guaranteed. If set to B (the +default), the I delivery mode will be used, i.e. messages may be +lost due to high load, overflowing queues or similar issues. -B +=item B B|B (Publish only) -=item B +Selects the format in which messages are sent to the broker. If set to +B (the default), values are sent as C commands which are +identical to the syntax used by the I and I. In this +case, the C header field will be set to C. -B +If set to B, the values are encoded in the I, +an easy and straight forward exchange format. The C header field +will be set to C. -=item B +A subscribing client I use the C header field to +determine how to decode the values. Currently, the I itself can +only decode the B format. -B +=item B B|B (Publish only) + +Determines whether or not C, C and C data sources +are converted to a I (i.e. a C value). If set to B (the +default), no conversion is performed. Otherwise the conversion is performed +using the internal value cache. + +Please note that currently this option is only used if the B option has +been set to B. =back -- 2.11.0