Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Execd struct + BufferSize config.Size + Command []string + Environment []string + Log telegraf.Logger + RestartDelay config.Duration + Signal string + StopOnError bool + func (*Execd) SampleConfig() string + func (e *Execd) Gather(_ telegraf.Accumulator) error + func (e *Execd) Init() error + func (e *Execd) SetParser(parser telegraf.Parser) + func (e *Execd) Start(acc telegraf.Accumulator) error + func (e *Execd) Stop()