Skip to content

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

License

Notifications You must be signed in to change notification settings

geoffreybr/scalingo-buildpack-telegraf-kafka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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.2.1), 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/skrud/heroku-buildpack-telegraf.git

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%