Skip to content

ajainy/telegraf-buildpack

 
 

Repository files navigation

Cloud Foundry Telegraf Buildpack

A Cloud Foundry buildpack to run InfluxData Telegraf as an application in Cloud Foundry.

Building the Buildpack

  1. Make sure you have fetched submodules
git submodule update --init
  1. Get latest buildpack dependencies
BUNDLE_GEMFILE=cf.Gemfile bundle
  1. Build the buildpack
BUNDLE_GEMFILE=cf.Gemfile bundle exec buildpack-packager [ --cached | --uncached ]
  1. Use in Cloud Foundry

Upload the buildpack to your Cloud Foundry and optionally specify it by name

cf create-buildpack telegraf_buildpack telegraf_buildpack.zip 1
cf push my_app -b telegraf_buildpack

About

Cloud Foundry buildpack for InfluxData Telegraf

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%