Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README file with the correct telegraf version used on repository #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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.
This buildpack downloads the latest Telegraf release (at the time of writing, 1.9.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](https://github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md) 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
heroku buildpacks:add --index 1 https://github.com/piratestudios/heroku-buildpack-telegraf.git