summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f5edd18)
raw | patch | inline | side by side (parent: f5edd18)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 20 Dec 2008 10:20:31 +0000 (11:20 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 20 Dec 2008 10:20:31 +0000 (11:20 +0100) |
Apparently there was quite some confusion over this.
src/types.db.pod | patch | blob | history |
diff --git a/src/types.db.pod b/src/types.db.pod
index f0a49f6b96e52e09b8b229ebd40922d96ad7afd7..ef1550ca20d805e4a782dcc7bd1d61931f0c708a 100644 (file)
--- a/src/types.db.pod
+++ b/src/types.db.pod
=head1 FILES
The location of the types.db file is defined by the B<TypesDB> configuration
-option (see L<collectd.conf(5)>). If you want to specify custom data-sets, you
-should do so by using a custom file specified as an additional argument to the
-B<TypesDB> option.
+option (see L<collectd.conf(5)>).
+
+=head1 CUSTOM TYPES
+
+If you want to specify custom types, you should do so by specifying a custom
+file in addition to the default one (see L<FILES>) above. You can do that by
+having multiple B<TypesDB> statements in your configuration file of by
+specifying more than one file in one line.
+
+For example:
+
+ TypesDB "/opt/collectd/share/collectd/types.db"
+ TypesDB "/opt/collectd/etc/types.db.custom"
=head1 SEE ALSO