Skip to content
Snippets Groups Projects
  1. Aug 24, 2016
  2. Aug 22, 2016
  3. Aug 17, 2016
  4. Aug 16, 2016
  5. Aug 11, 2016
  6. Aug 10, 2016
  7. Aug 09, 2016
    • Rene Zbinden's avatar
      remove cgo dependeny with forking sensors command · 1989a585
      Rene Zbinden authored
      closes #1414
      closes #649
      1989a585
    • Cameron Sparr's avatar
      If win stat buffer is empty, do not try to index · abcd1949
      Cameron Sparr authored
      closes #1425
      abcd1949
    • tuier's avatar
      Source improvement for librato output (#1416) · e457b7a8
      tuier authored
      * Source improvement for librato output
      
      Build the source from the list of tag instead of a configuration specified
      single tag
      
      Graphite Serializer:
      * make buildTags public
      * make sure not to use empty tags
      
      Librato output:
      * Improve Error handling for librato API base on error or debug flag
      * Send Metric per Batch (max 300)
      * use Graphite BuildTag function to generate source
      
      The change is made that it should be retro compatible
      
      Metric sample:
      server=127.0.0.1 port=80 state=leader env=test
      measurement.metric_name value
      service_n.metric_x
      
      Metric before with source tags set as "server":
      source=127.0.0.1
      test.80.127_0_0_1.leader.measurement.metric_name
      test.80.127_0_0_1.leader.service_n.metric_x
      
      Metric now:
      source=test.80.127.0.0.1.leader
      measurement.metric_name
      service_n.metric_x
      
      As you can see the source in the "new" version is much more precise
      That way when filter (only from source) you can filter by env or any other tags
      
      * Using template to specify which tagsusing for source, default concat all
      tags
      
      * revert change in graphite serializer
      
      * better documentation, change default for template
      
      * fmt
      
      * test passing with new host as default tags
      
      * use host tag in api integration test
      
      * Limit 80 char per line, change resolution to be a int in the sample
      
      * fmt
      
      * remove resolution, doc for template
      
      * fmt
      e457b7a8
    • Mariusz Brzeski's avatar
      Fix problem with metrics when ping return Destination net unreachable ( windows ) (#1561) · 3853d0d0
      Mariusz Brzeski authored
      * Fix problem with metrics when ping return Destination net unreachable
      Add test case TestUnreachablePingGather
      Add percent_reply_loss
      Fix some other tests
      
      * Add errors measurment
      
      * fir problem with ping reply "TTL expired in transit" ( use regex for more specific condition - TTL in line but it's a not valid replay )
      add test case for "TTL expired in transit" - TestTTLExpiredPingGather
      3853d0d0
    • Patrick Hemmer's avatar
      Fix postgres extensible text (#1601) · 53e31cf1
      Patrick Hemmer authored
      * convert postgresql_extensible byte slice values to strings
      
      * code cleanup in postgresql_extensible
      53e31cf1
    • Cameron Sparr's avatar
      influxdb output: config doc update · c99c2253
      Cameron Sparr authored
      c99c2253
    • Cameron Sparr's avatar
      Adding c:\program files\telegraf\telegraf.conf · 8e225267
      Cameron Sparr authored
      this will now be the default config file location on windows, basically
      it is the windows equivalent of /etc/telegraf/telegraf.conf
      
      also updating the changelog
      
      closes #1543
      8e225267
    • Dennis Bellinger's avatar
      Telegraf support for built-in windows service. · 7b6713b0
      Dennis Bellinger authored
      Updated windows dependencies
      
      Updated the windows dependencies so that the versions matched the
      dependencies for Mac OS and Linux. Additionally added some that were
      complained about being missing at compile time.
      
      Incorporated kardianos/service for management
      
      Incorporated the library github.com/kardianos/service to manage the
      service on the various platforms (including Windows). This required an
      alternate main function.
      
      The original main function was renamed to reloadLoop (as that is what
      the main loop in it does) (it also got a couple of parameters). The
      service management library calls it as the main body of the program.
      
      Merged service.go into telegraf.go
      
      Due to compilation issues on Windows, moved the code from service.go
      into telegraf.go and removed service.go entirely.
      
      Updated dependencies and fixed Windows service
      
      Updated the dependencies so that it builds properly on Windows,
      additionally, fixed the registered command for starting it as
      a service (needed to add the config file option). This currently
      standardizes it as a C:\telegraf\telegraf.conf on Windows.
      
      Added dependency for github.com/kardianos/service
      
      Removed the common dependencies from _windows file
      
      Removed all the common dependencies from the Godeps_windows file and
      modified Makefile to load Godeps and then Godeps_windows when building
      for Windows. This should reduce problems caused by the Godeps_windows
      file being forgotten when updating dependencies.
      
      Updated CHANGELOG.md with changes
      
      Ran `go fmt ./...` to format code
      
      Removed service library on all but Windows
      
      The service library [kardianos/service](github.com/kardianos/service)
      has been disabled on all platforms but windows, as there is already
      existing infrastructure for other platforms.
      
      Removed the dependency line for itself
      
      It appears that gdm accidentally added the project itself to the
      dependency list. This caused the dependency restoration to select an
      earlier version of the project during build.
      
      This only affected windows.
      This only affected builds after 020b2c70
      
      Updated documentation for Windows Service
      
      Removed the documentation about using NSSM and added documentation on
      installing telegraf directly as a Windows Service.
      
      Added license info for kardianos/service
      
      Added the license information for github.com/kardianos/service which is
      licensed under the ZLib license, although that name is never mentioned
      the license text matches word for word.
      
      Changed the Windows Config file default location
      
      Updated the default location of the configuration file on Windows from
      C:\telegraf\telegraf.conf to C:\Program Files\Telegraf\telegraf.conf.
      With this change includes updating the directions, including directing
      that the executable be put into that same directory. Additionally, as
      noted in the instructions, the location of the config file for the
      service may be changed by specifying the location with the `-config`
      flag at install time.
      
      Fixed bug - Wrong data type: svcConfig
      
      svcConfig service.Config => svcConfig *service.Config
      (It needed to be a pointer)
      7b6713b0
    • Jack Zampolin's avatar
      Add Kafka output readme (#1609) · b0ef506a
      Jack Zampolin authored
      b0ef506a
    • Jack Zampolin's avatar
      Add request for sample queries (#1608) · 22c293de
      Jack Zampolin authored
      22c293de
  8. Aug 08, 2016
  9. Aug 06, 2016
  10. Aug 05, 2016
  11. Aug 04, 2016
  12. Aug 03, 2016
  13. Jul 28, 2016
  14. Jul 26, 2016
  15. Jul 25, 2016
    • Mariusz Brzeski's avatar
      Ping windows (#1532) · 0b3958d3
      Mariusz Brzeski authored
      * Ping for windows
      
      * En ping output
      
      * Code format
      
      * Code review
      
      * Default timeout
      
      * Fix problem with std error when no data received ( exit status = 1 )
      0b3958d3
Loading