- Apr 24, 2018
-
-
Yosuke Hara authored
-
- Oct 13, 2017
-
-
Windkit Li authored
-
- Jun 09, 2017
-
-
Daniel Nelson authored
This was broken by changes in go 1.8 to url.Parse. This change allows the string but prompts the user to move to the correct url string.
-
- Apr 24, 2017
-
-
Patrick Hemmer authored
-
- Apr 29, 2016
-
-
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
-
- Feb 18, 2016
-
-
Cameron Sparr authored
-
- Feb 09, 2016
-
-
Cameron Sparr authored
-
- Jan 27, 2016
-
-
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
-
- Jan 23, 2016
-
-
Jack Zampolin authored
-
- Jan 20, 2016
-
-
Jack Zampolin authored
-
Jack Zampolin authored
-
- Jan 07, 2016
-
-
Cameron Sparr authored
-