Fix misnamed option in varnish sample config
This commit is contained in:
parent
fe47a0ee63
commit
910a464248
|
@ -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:
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue