Fix misnamed option in varnish sample config
(cherry picked from commit 449bd5c3b9
)
This commit is contained in:
parent
9f76512f2b
commit
206f956349
|
@ -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
|
||||
## Usually appened after -n in varnish cli
|
||||
#name = instanceName
|
||||
# instance_name = instanceName
|
||||
```
|
||||
|
||||
### Measurements & Fields:
|
||||
|
|
|
@ -48,7 +48,7 @@ var sampleConfig = `
|
|||
|
||||
## Optional name for the varnish instance (or working directory) to query
|
||||
## Usually appened after -n in varnish cli
|
||||
#name = instanceName
|
||||
# instance_name = instanceName
|
||||
`
|
||||
|
||||
func (s *Varnish) Description() string {
|
||||
|
|
Loading…
Reference in New Issue