Skip to content

Commit

Permalink
Merge pull request lebauce#15 from theonlydoo/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lebauce authored Jan 10, 2019
2 parents 1b3c1a6 + c1a69b7 commit 9f7ec7a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ LoadPlugin python
</Module>
</Plugin>
```
*Warning* :
Adding a custom `TypesDB` can raise a collectd error displaying :
```
Unhandled python exception in read callback: TypeError: Dataset gauge not found
```
To fix this you will have to explicitly add the path to the default `types.db` file. For instance, on `debian-jessie`, this will look like :
```
TypesDB "/usr/share/collectd/docker-collectd-plugin/dockerplugin.db"
TypesDB "/usr/share/collectd/types.db"
```




## Requirements

Expand Down

0 comments on commit 9f7ec7a

Please sign in to comment.