Code

Merge branch 'collectd-5.5' into collectd-5.6
[collectd.git] / src / collectd.conf.pod
index 4c0a84c211d553ac906df8bc9de99095105d5866..090f18eec78d9c0178b1908c41e788cf53fe1669 100644 (file)
@@ -241,6 +241,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