Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Execd struct + Command []string + Environment []string + Log telegraf.Logger + RestartDelay config.Duration + func (*Execd) SampleConfig() string + func (e *Execd) Add(m telegraf.Metric, _ telegraf.Accumulator) error + func (e *Execd) Init() error + func (e *Execd) SetParser(p telegraf.Parser) + func (e *Execd) SetSerializer(s telegraf.Serializer) + func (e *Execd) Start(acc telegraf.Accumulator) error + func (e *Execd) Stop()