webhooks

package
v0.0.0-...-bdb06d8 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2018 License: MIT Imports: 14 Imported by: 0

README

Webhooks

This is a Telegraf service plugin that start an http server and register multiple webhook listeners.

$ telegraf config -input-filter webhooks -output-filter influxdb > config.conf.new

Change the config file to point to the InfluxDB server you are using and adjust the settings to match your environment. Once that is complete:

$ cp config.conf.new /etc/telegraf/tinymonitor.conf
$ sudo service telegraf start

Available webhooks

Adding new webhooks plugin

  1. Add your webhook plugin inside the webhooks folder
  2. Your plugin must implement the Webhook interface
  3. Import your plugin in the webhooks.go file and add it to the Webhooks struct

Both Github and Rollbar are good example to follow.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Webhook

type Webhook interface {
	Register(router *mux.Router, acc tinymonitor.Accumulator)
}

type Webhooks

type Webhooks struct {
	ServiceAddress string

	Github     *github.GithubWebhook
	Filestack  *filestack.FilestackWebhook
	Mandrill   *mandrill.MandrillWebhook
	Rollbar    *rollbar.RollbarWebhook
	Papertrail *papertrail.PapertrailWebhook
	Particle   *particle.ParticleWebhook
	// contains filtered or unexported fields
}

func NewWebhooks

func NewWebhooks() *Webhooks

func (*Webhooks) AvailableWebhooks

func (wb *Webhooks) AvailableWebhooks() []Webhook

Looks for fields which implement Webhook interface

func (*Webhooks) Description

func (wb *Webhooks) Description() string

func (*Webhooks) Gather

func (wb *Webhooks) Gather(_ tinymonitor.Accumulator) error

func (*Webhooks) SampleConfig

func (wb *Webhooks) SampleConfig() string

func (*Webhooks) Start

func (wb *Webhooks) Start(acc tinymonitor.Accumulator) error

func (*Webhooks) Stop

func (rb *Webhooks) Stop()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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