inputs

package
v0.0.0-...-c6d3e3d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Inputs = map[string]Creator{}

Functions

func Add

func Add(name string, creator Creator)

Types

type Creator

type Creator func() telegraf.Input

type MockPlugin

type MockPlugin struct {
	mock.Mock
}

MockPlugin struct should be named the same as the Plugin

func (*MockPlugin) Description

func (m *MockPlugin) Description() string

Description will appear directly above the plugin definition in the config file

func (*MockPlugin) Gather

func (m *MockPlugin) Gather(_a0 telegraf.Accumulator) error

Gather defines what data the plugin will gather.

func (*MockPlugin) SampleConfig

func (m *MockPlugin) SampleConfig() string

SampleConfig will populate the sample configuration portion of the plugin's configuration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL