Code

collectd.conf(5): Document the semantics of the "TypesDB" option in more detail.
authorFlorian Forster <octo@collectd.org>
Mon, 12 Sep 2016 12:16:00 +0000 (14:16 +0200)
committerFlorian Forster <octo@collectd.org>
Mon, 12 Sep 2016 12:16:00 +0000 (14:16 +0200)
Fixed: #1241

src/collectd.conf.pod

index e5a5c754327b84c507bf7531ed31eebf6c67a9e3..f54ef166b83b879034d2ca8ad38c79a393c47a3c 100644 (file)
@@ -232,6 +232,12 @@ Path to the plugins (shared objects) of collectd.
 Set one or more files that contain the data-set descriptions. See
 L<types.db(5)> for a description of the format of this file.
 
+If this option is not specified, a default file is read. If you need to define
+custom types in addition to the types defined in the default file, you need to
+explicitly load both. In other words, if the B<TypesDB> option is encountered
+the default behavior is disabled and if you need the default types you have to
+also explicitly load them.
+
 =item B<Interval> I<Seconds>
 
 Configures the interval in which to query the read plugins. Obviously smaller