Files
telegraf/plugins/inputs
Cameron Sparr 3f807a9432 Implement timeouts for all exec command runners
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
2016-04-29 12:06:22 -06:00
..
2016-04-26 09:42:06 -06:00
2016-03-01 09:43:28 +00:00
2016-03-22 09:13:31 -06:00
2016-03-01 09:43:28 +00:00
2016-03-01 09:44:52 +00:00
2016-04-26 09:42:06 -06:00
2016-03-01 09:43:28 +00:00
2016-03-31 20:37:04 -06:00
2016-04-01 10:59:53 -06:00
2016-04-22 11:07:32 -06:00
2016-03-11 12:21:29 +01:00
2016-04-01 11:46:32 -06:00
2016-03-01 09:43:28 +00:00
2016-03-14 16:53:37 +00:00
2016-04-25 20:10:34 -06:00
2016-03-01 09:43:28 +00:00
2016-04-02 10:13:21 +05:30
2016-03-01 09:43:28 +00:00
2016-04-23 09:14:04 +02:00
2016-04-20 18:22:04 -06:00
2016-04-26 10:43:41 -06:00
2016-04-28 12:21:28 -06:00
2016-03-22 09:13:31 -06:00