telegraf/plugins/outputs/warp10
Aurélien Hébert 55adf5f511 Add output plugin warp10
Change syntax and update code according to comments

Delete unused import
2016-07-19 13:08:18 +02:00
..
README.md Add output plugin warp10 2016-07-19 13:08:18 +02:00
warp10.go Add output plugin warp10 2016-07-19 13:08:18 +02:00

README.md

README

Telegraph plugin to push metrics on Warp10

Telegraph output for Warp10

  • Execute a post http on Warp10 at every flush time configured in telegraph in order to push the metrics collected

Config

  • Add following instruction in the config file (Output part)
[[outputs.warp10]]
warpUrl = "https://warp1.cityzendata.net/api/v0/update"
token = "token"
prefix = "telegraf."
debug = false

Contact