From: Marc Fournier Date: Wed, 13 Aug 2014 07:09:14 +0000 (+0200) Subject: collectd.conf(5): add detail & example about multi-instance filterchain targets X-Git-Tag: collectd-5.3.2~54 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=c6a433718fa3bc3b6192153fee23558ddf011838;p=collectd.git collectd.conf(5): add detail & example about multi-instance filterchain targets --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 45ec831a..69e50056 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6353,19 +6353,36 @@ Available options: =item B I Name of the write plugin to which the data should be sent. This option may be -given multiple times to send the data to more than one write plugin. +given multiple times to send the data to more than one write plugin. If the +plugin supports multiple instances, the plugin's instance(s) must also be +specified. =back If no plugin is explicitly specified, the values will be sent to all available write plugins. -Example: +Single-instance plugin example: Plugin "rrdtool" +Multi-instance plugin example: + + + + ... + + + ... + + + ... + + Plugin "write_graphite/foo" + + =item B Starts processing the rules of another chain, see L<"Flow control"> above. If