Update SampleConfig.
This commit is contained in:
parent
4a421febdb
commit
daa8dc2bc6
|
@ -35,6 +35,14 @@ func (wb *Webhooks) SampleConfig() string {
|
||||||
return `
|
return `
|
||||||
## Address and port to host Webhook listener on
|
## Address and port to host Webhook listener on
|
||||||
service_address = ":1619"
|
service_address = ":1619"
|
||||||
|
|
||||||
|
[[inputs.webhooks.webhook]]
|
||||||
|
name = "github"
|
||||||
|
path = "/github"
|
||||||
|
|
||||||
|
[[inputs.webhooks.webhook]]
|
||||||
|
name = "rollbar"
|
||||||
|
path = "/rollbar"
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue