> go get github.com/wavefronthq/telegraf/plugins/outputs/wavefront
Add this line to the import
section of your $TELEGRAF_HOME/plugins/outputs/all/all.go
file:
_ "github.com/wavefronthq/telegraf/plugins/outputs/wavefront"
You should now be able to use the default Telegraf Makefile
to create builds/packages. The Wavefront output plugin will be included in the
Telegraf binary.