telegraf

package module
v0.0.0-...-c7d63cd Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

README

pundun-telegraf-output

Pundun's telegraf output plugin

go get github.com/pundunlabs/pundun-telegraf-output

then make telegraf

Configuation file

Configuration for Pundun

[[outputs.pundun]] ##Location of server in format host:port host = "hostname:8887" ##Credentials to connect to pundun user = "admin" password = "admin" database = "table_for_measurement"

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pundun

type Pundun struct {
	Ok       bool
	Host     string
	User     string
	Password string
	Database string
	// contains filtered or unexported fields
}

func (*Pundun) Close

func (p *Pundun) Close() error

func (*Pundun) Connect

func (p *Pundun) Connect() error

func (*Pundun) Description

func (p *Pundun) Description() string

func (*Pundun) SampleConfig

func (p *Pundun) SampleConfig() string

func (*Pundun) Write

func (p *Pundun) Write(metrics []telegraf.Metric) error

Jump to

Keyboard shortcuts

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