From 71e39e8ef345daf2bd109749ae4f58bd7b4c659e Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 24 Jun 2014 17:09:08 +0200 Subject: [PATCH] manpage: document 2 missing options to amqp plugin section --- src/collectd.conf.pod | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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. -- 2.30.2