telegraf/plugins/outputs/warp10
Aurélien Hébert f4d802d9a8 Update code style 2016-08-09 11:53:42 +02:00
..
README.md Update code style 2016-08-09 11:53:42 +02:00
warp10.go Update code style 2016-08-09 11:53:42 +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 = "http://localhost:4242"
token = "token"
prefix = "telegraf."
debug = false

Contact