Fix misnamed option in varnish sample config

This commit is contained in:
Daniel Nelson 2018-06-04 18:06:59 -07:00
parent fe47a0ee63
commit 910a464248
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ This plugin gathers stats from [Varnish HTTP Cache](https://varnish-cache.org/)
## Optional name for the varnish instance (or working directory) to query ## Optional name for the varnish instance (or working directory) to query
## Usually appened after -n in varnish cli ## Usually appened after -n in varnish cli
#name = instanceName # instance_name = instanceName
``` ```
### Measurements & Fields: ### Measurements & Fields:

View File

@ -48,7 +48,7 @@ var sampleConfig = `
## Optional name for the varnish instance (or working directory) to query ## Optional name for the varnish instance (or working directory) to query
## Usually appened after -n in varnish cli ## Usually appened after -n in varnish cli
#name = instanceName # instance_name = instanceName
` `
func (s *Varnish) Description() string { func (s *Varnish) Description() string {