Update plugin config in config file.
This commit is contained in:
parent
9a5be78719
commit
cab64f1a0b
|
@ -1397,9 +1397,8 @@
|
||||||
|
|
||||||
# # A Github Webhook Event collector
|
# # A Github Webhook Event collector
|
||||||
# [[inputs.github_webhooks]]
|
# [[inputs.github_webhooks]]
|
||||||
# ## Address and port to host Webhook listener on
|
# ## Path of the global server
|
||||||
# service_address = ":1618"
|
# path = "/github"
|
||||||
|
|
||||||
|
|
||||||
# # Read metrics from Kafka topic(s)
|
# # Read metrics from Kafka topic(s)
|
||||||
# [[inputs.kafka_consumer]]
|
# [[inputs.kafka_consumer]]
|
||||||
|
@ -1479,8 +1478,8 @@
|
||||||
|
|
||||||
# # A Rollbar Webhook Event collector
|
# # A Rollbar Webhook Event collector
|
||||||
# [[inputs.rollbar_webhooks]]
|
# [[inputs.rollbar_webhooks]]
|
||||||
# ## Address and port to host Webhook listener on
|
# ## Path of the global server
|
||||||
# service_address = ":1619"
|
# path = "/rollbar"
|
||||||
|
|
||||||
|
|
||||||
# # Statsd Server
|
# # Statsd Server
|
||||||
|
|
|
@ -30,7 +30,7 @@ func NewGithubWebhooks() *GithubWebhooks {
|
||||||
|
|
||||||
func (gh *GithubWebhooks) SampleConfig() string {
|
func (gh *GithubWebhooks) SampleConfig() string {
|
||||||
return `
|
return `
|
||||||
## Address and port to host Webhook listener on
|
## Path of the global server
|
||||||
path = "/github"
|
path = "/github"
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue