Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 v0.10.0 Jan 9, 2016 Changes in this version + type CommandRunner struct + func (c CommandRunner) Run(e *Exec) ([]byte, error) + type Exec struct + Command string + func NewExec() *Exec + func (e *Exec) Description() string + func (e *Exec) Gather(acc inputs.Accumulator) error + func (e *Exec) SampleConfig() string + type Runner interface + Run func(*Exec) ([]byte, error)