Update example config

This commit is contained in:
Daniel Nelson
2017-12-01 11:49:07 -08:00
parent 407f0fe545
commit 589da9c481
3 changed files with 245 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ var sampleConfig = `
`
func (s *Unbound) Description() string {
return "A plugin to collect stats from Unbound - a validating, recursive, and caching DNS resolver "
return "A plugin to collect stats from Unbound - a validating, recursive, and caching DNS resolver"
}
// SampleConfig displays configuration instructions

View File

@@ -64,7 +64,7 @@ func (wb *Webhooks) SampleConfig() string {
[inputs.webhooks.papertrail]
path = "/papertrail"
[inputs.webhooks.particle]
path = "/particle"
`