From daa8dc2bc6cee6b997560d97804d84045a0e0e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Fri, 27 May 2016 17:57:05 +0200 Subject: [PATCH] Update SampleConfig. --- plugins/inputs/webhooks/webhooks.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/inputs/webhooks/webhooks.go b/plugins/inputs/webhooks/webhooks.go index d0ac30ba9..3e2da25ee 100644 --- a/plugins/inputs/webhooks/webhooks.go +++ b/plugins/inputs/webhooks/webhooks.go @@ -35,6 +35,14 @@ func (wb *Webhooks) SampleConfig() string { return ` ## Address and port to host Webhook listener on service_address = ":1619" + + [[inputs.webhooks.webhook]] + name = "github" + path = "/github" + + [[inputs.webhooks.webhook]] + name = "rollbar" + path = "/rollbar" ` }