/heroku-buildpack-telegraf

A simple heroku buildpack to download, deploy and launch Telegraf on your dynos

Primary LanguageShellApache License 2.0Apache-2.0

heroku-buildpack-telegraf

A simple heroku buildpack to download, deploy and launch Telegraf on your dynos

This buildpack downloads the latest Telegraf release (at the time of writing, 1.20.4), extracts it on your dyno and starts it via a .profile.d script.

Installation

First create a telegraf.conf file in your app's home directory. Take a look at the docs for instructions on generating and modifying a telegraf configuration file.

Then add the buildpack to the list of heroku buildpacks:

heroku buildpacks:add --index 1 https://github.com/notarize/heroku-buildpack-telegraf.git