Skip to content
Snippets Groups Projects
  1. Apr 24, 2018
  2. Oct 13, 2017
  3. Jun 09, 2017
  4. Apr 24, 2017
  5. Apr 29, 2016
    • Cameron Sparr's avatar
      Implement timeouts for all exec command runners · 3f807a94
      Cameron Sparr authored
      First is to write an internal CombinedOutput and Run function with a
      timeout.
      
      Second, the following instances of command runners need to have timeouts:
      
          plugins/inputs/ping/ping.go
          125:	out, err := c.CombinedOutput()
      
          plugins/inputs/exec/exec.go
          91:	if err := cmd.Run(); err != nil {
      
          plugins/inputs/ipmi_sensor/command.go
          31:	err := cmd.Run()
      
          plugins/inputs/sysstat/sysstat.go
          194:	out, err := cmd.CombinedOutput()
      
          plugins/inputs/leofs/leofs.go
          185:	defer cmd.Wait()
      
          plugins/inputs/sysstat/sysstat.go
          282:	if err := cmd.Wait(); err != nil {
      
      closes #1067
      3f807a94
  6. Feb 18, 2016
  7. Feb 09, 2016
  8. 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
  9. Jan 23, 2016
  10. Jan 20, 2016
  11. Jan 07, 2016
Loading