Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Groundwork ¶
type Groundwork struct {
Server string `toml:"url"`
AgentID string `toml:"agent_id"`
Username string `toml:"username"`
Password string `toml:"password"`
DefaultHost string `toml:"default_host"`
DefaultServiceState string `toml:"default_service_state"`
GroupTag string `toml:"group_tag"`
ResourceTag string `toml:"resource_tag"`
Log telegraf.Logger `toml:"-"`
// contains filtered or unexported fields
}
func (*Groundwork) Close ¶
func (g *Groundwork) Close() error
func (*Groundwork) Connect ¶
func (g *Groundwork) Connect() error
func (*Groundwork) Description ¶
func (g *Groundwork) Description() string
func (*Groundwork) Init ¶
func (g *Groundwork) Init() error
func (*Groundwork) SampleConfig ¶
func (g *Groundwork) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.