Versions in this module Expand all Collapse all v1 v1.2.0 Mar 24, 2017 Changes in this version + type Webhook interface + Register func(router *mux.Router, acc telegraf.Accumulator) + type Webhooks struct + Filestack *filestack.FilestackWebhook + Github *github.GithubWebhook + Mandrill *mandrill.MandrillWebhook + Rollbar *rollbar.RollbarWebhook + ServiceAddress string + func NewWebhooks() *Webhooks + func (rb *Webhooks) Stop() + func (wb *Webhooks) AvailableWebhooks() []Webhook + func (wb *Webhooks) Description() string + func (wb *Webhooks) Gather(_ telegraf.Accumulator) error + func (wb *Webhooks) Listen(acc telegraf.Accumulator) + func (wb *Webhooks) SampleConfig() string + func (wb *Webhooks) Start(acc telegraf.Accumulator) error