Update SampleConfig.

This commit is contained in:
François de Metz 2016-05-27 17:57:05 +02:00
parent 4a421febdb
commit daa8dc2bc6
1 changed files with 8 additions and 0 deletions

View File

@ -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"
`
}