X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;fp=src%2Fcollectd.conf.pod;h=f54ef166b83b879034d2ca8ad38c79a393c47a3c;hb=276d1e1bdfc3e02431bb05c06da7a16f80fa7e47;hp=e5a5c754327b84c507bf7531ed31eebf6c67a9e3;hpb=e935e855188de7475fcc76c88e4a709894363ad5;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index e5a5c754..f54ef166 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -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 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 option is encountered +the default behavior is disabled and if you need the default types you have to +also explicitly load them. + =item B I Configures the interval in which to query the read plugins. Obviously smaller