Skip to content
Snippets Groups Projects
  1. Aug 31, 2016
    • Butitsnotme's avatar
      Added option to remove all CRs from input stream · 4886109d
      Butitsnotme authored
      Added the option removecr to inputs.exec to remove all carraige returns
      (CR, ASCII 0x0D, Unicode codepoint \u0D, ^M). The option is boolean and
      not enabled if not present in the config file.
      
      closes #1606
      
      Updated CHANGELOG.md with information about removecr
      
      Ran go fmt ./...
      
      Moved removal of CRs to internal/internal.go
      
      Moved the code to remove carriage returns from
      plugins/inputs/exec/exec.go to internal/internal.go. Additionally
      changed the conditional on which it gets applied from using a
      configuration file option to checking if it is running on Windows.
      
      Moved Carriage Return check to correct place
      
      Moved the carriage return removal back to the exec plugin. Added unit
      testing for it. Fixed a bug (removing too many characters).
      
      Ran go fmt ./...
      
      Reverted CHANGELOG to master
      
      Updated Changelog
      4886109d
  2. May 26, 2016
    • Jari Sukanen's avatar
      exec plugin: allow using glob pattern in command list · 6828fc48
      Jari Sukanen authored
      Allow using glob pattern in the command list in configuration. This enables for
      example placing all commands in a single directory and using /path/to/dir/*.sh
      as one of the commands to run all shell scripts in that directory.
      
      Glob patterns are applied on every run of the commands, so matching commands can
      be added without restarting telegraf.
      
      closes #1142
      6828fc48
  3. Mar 21, 2016
  4. Feb 09, 2016
  5. Jan 30, 2016
  6. Jan 23, 2016
  7. Jan 20, 2016
  8. Jan 14, 2016
  9. Jan 07, 2016
  10. Sep 24, 2015
  11. Aug 15, 2015
  12. Aug 11, 2015
  13. Aug 06, 2015
Loading