From: Marc Fournier Date: Tue, 24 Jun 2014 15:09:08 +0000 (+0200) Subject: manpage: document 2 missing options to amqp plugin section X-Git-Tag: collectd-5.3.2~66 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=71e39e8ef345daf2bd109749ae4f58bd7b4c659e;p=collectd.git manpage: document 2 missing options to amqp plugin section --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 98b492d1..45ec831a 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -435,6 +435,8 @@ possibly filtering or messages. # StoreRates false # GraphitePrefix "collectd." # GraphiteEscapeChar "_" + # GraphiteSeparateInstances false + # GraphiteAlwaysAppendDS false # Receive values from an AMQP broker @@ -572,6 +574,19 @@ In I metric name, dots are used as separators between different metric parts (host, plugin, type). Default is "_" (I). +=item B B|B + +If set to B, the plugin instance and type instance will be in their own +path component, for example C. If set to B (the +default), the plugin and plugin instance (and likewise the type and type +instance) are put into one component, for example C. + +=item B B|B + +If set to B, append the name of the I (DS) to the "metric" +identifier. If set to B (the default), this is only done when there is +more than one DS. + =back =head2 Plugin C @@ -5674,7 +5689,7 @@ instance) are put into one component, for example C. =item B B|B -If set the B, append the name of the I (DS) to the "metric" +If set to B, append the name of the I (DS) to the "metric" identifier. If set to B (the default), this is only done when there is more than one DS.