Skip to content

Commit

Permalink
Fix misnamed option in varnish sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jun 5, 2018
1 parent 96abff0 commit 449bd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/inputs/varnish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/varnish/varnish.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 449bd5c

Please sign in to comment.