Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OPCUA ¶
type OPCUA struct { ServerName string `toml:"ServerName"` URL string `toml:"URL"` Nodes []opcuaNode `toml:"Nodes"` ID []*ua.NodeID ReadValID []*ua.ReadValueID // contains filtered or unexported fields }
OPCUA : Structure for all the plugin info
func (*OPCUA) Description ¶
Description returns a short description of what the plugin does
func (*OPCUA) Gather ¶
func (o *OPCUA) Gather(acc telegraf.Accumulator) error
Gather implements the telegraf plugin interface method for data accumulation
func (*OPCUA) SampleConfig ¶
SampleConfig returns a basic configuration for the plugin
Click to show internal directories.
Click to hide internal directories.