Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { config.InstanceConfig Targets []string `toml:"targets"` Protocol string `toml:"protocol"` Timeout config.Duration `toml:"timeout"` ReadTimeout config.Duration `toml:"read_timeout"` Send string `toml:"send"` Expect string `toml:"expect"` Mappings map[string]map[string]string `toml:"mappings"` }
func (*Instance) Gather ¶
func (ins *Instance) Gather(slist *types.SampleList)
type NetResponse ¶
type NetResponse struct { config.PluginConfig Instances []*Instance `toml:"instances"` Mappings map[string]map[string]string `toml:"mappings"` }
func (*NetResponse) Clone ¶
func (n *NetResponse) Clone() inputs.Input
func (*NetResponse) GetInstances ¶
func (n *NetResponse) GetInstances() []inputs.Instance
func (*NetResponse) Name ¶
func (n *NetResponse) Name() string
Click to show internal directories.
Click to hide internal directories.