[collectd] [PATCH] collectd-exec(5): Improved description of the value-list identifier.

Sebastian Harl sh at tokkee.org
Fri Jan 18 12:29:19 CET 2008


A short note about valid values for the plugin and type names and the
respective instance names as well as a pointer to types.db has been added.

Signed-off-by: Sebastian Harl <sh at tokkee.org>
---
 src/collectd-exec.pod |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod
index 29ff45b..4102136 100644
--- a/src/collectd-exec.pod
+++ b/src/collectd-exec.pod
@@ -42,7 +42,11 @@ I<Value-List>, separated by a spaces. A description of these two parts follows:
 An I<Identifier> is of the form
 C<I<host>B</>I<plugin>B<->I<instance>B</>I<type>B<->I<instance>> with both
 I<instance>-parts being optional. If they're omitted the hyphen must be
-omitted, too.
+omitted, too. I<plugin> and each I<instance>-part may be chosen freely as long
+as the tuple (plugin, plugin instance, type instance) uniquely identifies the
+plugin within collectd. I<type> identifies the type and number of values
+(i.E<nbsp>e. data-set) passed to collectd. A large list of predefined
+data-sets is available in the B<types.db> file.
 
 The I<OptionList> is an optional list of I<Options>, where each option if a
 key-value-pair. A list of currently understood options can be found below, all
-- 
1.5.4.rc0.56.g6fbe

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080118/6db69171/attachment.pgp 


More information about the collectd mailing list