From c6a433718fa3bc3b6192153fee23558ddf011838 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Wed, 13 Aug 2014 09:09:14 +0200 Subject: [PATCH] collectd.conf(5): add detail & example about multi-instance filterchain targets --- src/collectd.conf.pod | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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 -- 2.11.0