- Jan 26, 2016
-
-
Ross McDonald authored
closes #579
-
- Jan 23, 2016
-
-
Jack Zampolin authored
-
- Jan 20, 2016
-
-
Jack Zampolin authored
-
Jack Zampolin authored
-
- Jan 15, 2016
-
-
Cameron Sparr authored
-
Ross McDonald authored
closes #526 closes #525
-
- Jan 08, 2016
-
-
Ross McDonald authored
Added a `build.py` script for compiling and packaging. Added post and pre install scripts to handle installation and upgrades in a cleaner way. Minor fixes to the init script and service unit file.
-
- Jan 07, 2016
-
-
Cameron Sparr authored
-
- Dec 11, 2015
-
-
Cameron Sparr authored
-
- Dec 04, 2015
-
-
Cameron Sparr authored
godep seems to have a problem when dependencies have `internal` packages. So removing `godep go build` and `godep go test` from the build process in favor of just checking out the correct revisions using `godep restore` into the regular GOPATH. This basically means that we are not actually using anything within the Godeps directory except Godeps.json. I should probably make a separate go dependency management system that does this.
-
- Nov 30, 2015
-
-
Cameron Sparr authored
-
- Nov 02, 2015
-
-
Sean Reifschneider authored
closes #338
-
- Oct 28, 2015
-
-
Cameron Sparr authored
-
Cameron Sparr authored
fixes #293
-
- Oct 27, 2015
-
-
Jonathan Cross authored
closes #325
-
Jonathan Cross authored
removed HTTP listener port in docker compose. Not being used by plugin.
-
Jonathan Cross authored
NSQ output plugin, following the NSQ methodology output is a producer to one instance of NSQD. The go library does not accept array values be default for a Producer. Additionally service discovery is generally done as a consumer. Follows same methodology as Kafka Output without the tag reference.
-
Ellison Marks authored
-
- Oct 24, 2015
- Oct 22, 2015
-
-
Tait Clarridge authored
- Does not use the aerospike client, but sends the stats command using the aerospike required format - Queries available namespaces and gets stats for all of them closes #300
-
- Oct 21, 2015
-
-
gotyaoi authored
-
- Oct 18, 2015
-
-
Cameron Sparr authored
-
- Oct 16, 2015
-
-
Cameron Sparr authored
-
- Oct 15, 2015
-
-
Sean Reifschneider authored
The init script fails if another process has the word "telegraf" in it, for example if you aren running "vi /etc/opt/telegraf/telegraf.conf" or "tail -f /var/log/telegraf/telegraf.log". This is because the "-f" flag to "pgrep" will show processes with the search string anywhere in the command-line. This patch turns it around and gets the "ps" output for the process in the pidfile, and if that line has "telegraf" in it, it considers it to be running. Closes #266 Closes #267
-
Jonathan Cross authored
since spotify/kafka docker image already exposes zookeeper Closes #262
-
Jonathan Cross authored
-
- Sep 28, 2015
-
-
Nick Jones authored
The test to see which version of `useradd` is installed uses 'bashisms' that fail on Ubuntu due to the fact that `/bin/sh` is symlinked to Dash, causing the telegraf account to be created without the `--system` option ever being passed. This change amends the syntax so that it's POSIX-compatible and more portable as a result.
-
- Sep 24, 2015
-
-
Eugene Dementiev authored
-
- Sep 23, 2015
-
-
Cameron Sparr authored
-
Cameron Sparr authored
Closes #205
-
- Sep 22, 2015
-
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
- Sep 19, 2015
-
-
Eugene Dementiev authored
Closes #212
-
- Sep 16, 2015
-
-
Eugene Dementiev authored
Fixes #186 Closes #203
-
Roman Plessl authored
-
Eugene Dementiev authored
-
- Sep 15, 2015
-
-
Roman Plessl authored
-
- Sep 09, 2015
-
-
Cameron Sparr authored
-