Add new webhooks plugin that superseed github and rollbar plugins.
Signed-off-by: François de Metz <francois@stormz.me> Signed-off-by: Cyril Duez <cyril@stormz.me>
This commit is contained in:
6
plugins/inputs/webhooks/webhooks_all/all.go
Normal file
6
plugins/inputs/webhooks/webhooks_all/all.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package webhooks_all
|
||||
|
||||
import (
|
||||
_ "github.com/influxdata/telegraf/plugins/inputs/webhooks/github"
|
||||
_ "github.com/influxdata/telegraf/plugins/inputs/webhooks/rollbar"
|
||||
)
|
||||
Reference in New Issue
Block a user