X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftypes.db.pod;h=a46eb41c9150f89f2237d71ade30f05e8f7c1265;hb=9c98fa31ef50a6ff849d36cac4f5297faa6f7909;hp=ef1550ca20d805e4a782dcc7bd1d61931f0c708a;hpb=49ebc1acf0525d8e328b5e01622f34e65a2cf437;p=collectd.git diff --git a/src/types.db.pod b/src/types.db.pod index ef1550ca..a46eb41c 100644 --- a/src/types.db.pod +++ b/src/types.db.pod @@ -29,13 +29,14 @@ happen. See L for more details. =head1 FILES The location of the types.db file is defined by the B configuration -option (see L). +option (see L). It defaults to collectd's shared data +directory, i.Ee. F/share/collectd/>. =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) above. You can do that by -having multiple B statements in your configuration file of by +having multiple B statements in your configuration file or by specifying more than one file in one line. For example: @@ -43,6 +44,9 @@ For example: TypesDB "/opt/collectd/share/collectd/types.db" TypesDB "/opt/collectd/etc/types.db.custom" +B: Make sure to make this file available on all systems if you're +sending values over the network. + =head1 SEE ALSO L,