Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Updated README.md to show an example for multiple files in TypesDB pa…
Browse files Browse the repository at this point in the history
…rameter
  • Loading branch information
akerekes committed Dec 8, 2014
1 parent fea0ca9 commit c0de114
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@ The following parameters are required:
The following parameters are optional:

* `TypesDB` - file(s) defining your Collectd types. This should be the
sames as your TypesDB global config parameters. This will default to
the file `/usr/share/collectd/types.db`. **NOTE**: This plugin will
not work if it can't find the types.db file.
sames as your TypesDB global config parameters, but multiple values should
be separated by commas instead of spaces:
```TypesDB "/usr/share/collectd/types.db,/my/custom/collectd_type.db"```
This will default to the file `/usr/share/collectd/types.db`. **NOTE**:
This plugin will not work if it can't find the types.db file.

* `LowercaseMetricNames` - If preset, all metric names will be converted
to lower-case (default no lower-casing).
Expand Down

0 comments on commit c0de114

Please sign in to comment.