0.1.6, update changelog, readme, plugins list

This commit is contained in:
Cameron Sparr
2015-08-20 14:40:23 -06:00
parent f8c1e953d4
commit 8273679634
3 changed files with 36 additions and 16 deletions

15
plugins/exec/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Exec Plugin
The exec plugin can execute arbitrary commands which return flattened
JSON.
For example, if you have a json-returning command called mycollector, you could
setup the exec plugin with:
```
[[exec.commands]]
command = "/usr/bin/mycollector --output=json"
name = "mycollector"
```
The name is used as a prefix for the measurements.