Skip to content
Snippets Groups Projects
  1. Apr 07, 2018
  2. Mar 23, 2018
  3. Nov 01, 2017
  4. May 13, 2017
    • Zack Zatkin-Gold's avatar
      Fix telegraf example arguments (#2788) · dd537b33
      Zack Zatkin-Gold authored
      Many of the examples provided within documentation are using a single
      dash for the command line arguments, but the telegraf executable
      explicitly has two dashes.
      
      There are also some inconsistencies with the ordering of the command
      line argument examples.  I've ordered them so that the examples will
      show: config, config-directory, input-filter, test
      dd537b33
  5. Apr 24, 2017
  6. Oct 12, 2016
  7. Apr 26, 2016
  8. Mar 30, 2016
  9. Mar 09, 2016
  10. Feb 18, 2016
  11. Feb 09, 2016
  12. Jan 27, 2016
    • Cameron Sparr's avatar
      Create public models for telegraf metrics, accumlator, plugins · 9c0d14bb
      Cameron Sparr authored
      This will basically make the root directory a place for storing the
      major telegraf interfaces, which will make telegraf's godoc looks quite
      a bit nicer. And make it easier for contributors to lookup the few data
      types that they actually care about.
      
      closes #564
      9c0d14bb
  13. Jan 23, 2016
  14. Jan 20, 2016
  15. Jan 18, 2016
    • Vinh's avatar
      phpfpm plugin: enhance socket gathering and config · 5af69747
      Vinh authored
      - If we detect errors when gathering stat via socket, return those error
        so it canbe appear in Telegraf log
      - Improve fcgi client, also upgrade it to current version of Go at
        https://golang.org/src/net/http/fcgi/fcgi.go
      - Add test for unix socket and fcgi
        to remotely connect but only as an extra url field.
      - Allow customization of fpm status path
      - Document about using of `host` in case `unixsocket` that it isn't used
      - Documet upgrade for new data layout
      
      closes #499
      closes #502
      closes #538
      5af69747
  16. Jan 07, 2016
Loading