telegraf/plugins/outputs/warp10/README.md

24 lines
439 B
Markdown
Raw Normal View History

# README #
Telegraph plugin to push metrics on Warp10
### Telegraph output for Warp10 ###
2016-08-09 09:53:42 +00:00
Execute a post http on Warp10 at every flush time configured in telegraph in order to push the metrics collected
### Config ###
2016-08-09 09:53:42 +00:00
Add following instruction in the config file (Output part)
```
[[outputs.warp10]]
2016-08-09 09:53:42 +00:00
warpUrl = "http://localhost:4242"
token = "token"
prefix = "telegraf."
debug = false
```
### Contact ###
* contact@cityzendata.com