Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Execd ¶
type Execd struct {
Command []string `toml:"command"`
Environment []string `toml:"environment"`
RestartDelay config.Duration `toml:"restart_delay"`
IgnoreSerializationError bool `toml:"ignore_serialization_error"`
Log telegraf.Logger
// contains filtered or unexported fields
}
func (*Execd) SampleConfig ¶
func (*Execd) SetSerializer ¶
func (e *Execd) SetSerializer(s serializers.Serializer)
Click to show internal directories.
Click to hide internal directories.