summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 278d000)
raw | patch | inline | side by side (parent: 278d000)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 23 Jan 2008 13:31:11 +0000 (14:31 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 23 Jan 2008 13:31:11 +0000 (14:31 +0100) |
src/collectd-unixsock.pod | patch | blob | history |
index 1be0654d8b971407ebe2de77996bc7b27f220cb2..7a82541ad274915e0593504a4a0b6b6833dfcc70 100644 (file)
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