Skip to content
Snippets Groups Projects
Unverified Commit 449bd5c3 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Fix misnamed option in varnish sample config

parent 96abff06
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment