summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a7cae2)
raw | patch | inline | side by side (parent: 2a7cae2)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 18 Jan 2008 11:29:19 +0000 (12:29 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 21 Jan 2008 17:28:18 +0000 (18:28 +0100) |
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@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
respective instance names as well as a pointer to types.db has been added.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd-exec.pod | patch | blob | history |
diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod
index 27d0eedca01956d44787ef9b7c08a0a8caca9237..7dc765417a0dc75a96442227e9aedc63b2db7c08 100644 (file)
--- a/src/collectd-exec.pod
+++ b/src/collectd-exec.pod
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