Skip to content
Snippets Groups Projects
  1. Jan 26, 2016
  2. Jan 23, 2016
  3. Jan 20, 2016
  4. Jan 15, 2016
  5. Jan 08, 2016
  6. Jan 07, 2016
  7. Dec 11, 2015
  8. Dec 04, 2015
    • Cameron Sparr's avatar
      Update gopsutil godep dependency. Dont use godep go build anymore · e6517d41
      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.
      e6517d41
  9. Nov 30, 2015
  10. Nov 02, 2015
  11. Oct 28, 2015
  12. Oct 27, 2015
  13. Oct 24, 2015
  14. Oct 22, 2015
    • Tait Clarridge's avatar
      Add aerospike plugin support · c5f20091
      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
      c5f20091
  15. Oct 21, 2015
  16. Oct 18, 2015
  17. Oct 16, 2015
  18. Oct 15, 2015
    • Sean Reifschneider's avatar
      Fix for init script for other procs with "telegraf" · 555436a2
      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
      555436a2
    • Jonathan Cross's avatar
      remove zookeeper declaration · 2f7d7816
      Jonathan Cross authored
      since spotify/kafka docker image already exposes zookeeper
      
      Closes #262
      2f7d7816
    • Jonathan Cross's avatar
      fixes based on comments · 7121e1a3
      Jonathan Cross authored
      7121e1a3
  19. Sep 28, 2015
    • Nick Jones's avatar
      Fix conditional test against useradd so it's compatible with Dash · cd7468f3
      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.
      cd7468f3
  20. Sep 24, 2015
  21. Sep 23, 2015
  22. Sep 22, 2015
  23. Sep 19, 2015
  24. Sep 16, 2015
  25. Sep 15, 2015
  26. Sep 09, 2015
Loading