typo
This commit is contained in:
parent
7d06d89868
commit
a29ca99ed7
|
@ -10,7 +10,7 @@ This plugin gathers stats from [Varnish HTTP Cache](https://varnish-cache.org/)
|
||||||
## The default location of the varnishstat binary can be overridden with:
|
## The default location of the varnishstat binary can be overridden with:
|
||||||
binary = "/usr/bin/varnishstat"
|
binary = "/usr/bin/varnishstat"
|
||||||
|
|
||||||
## By default, telegraf gathers stats for 3 metric pouint64s.
|
## By default, telegraf gathers stats for 3 metric points.
|
||||||
## Setting stats will override the defaults shown below.
|
## Setting stats will override the defaults shown below.
|
||||||
## stats may also be set to ["all"], which will collect all stats
|
## stats may also be set to ["all"], which will collect all stats
|
||||||
stats = ["MAIN.cache_hit", "MAIN.cache_miss", "MAIN.uptime"]
|
stats = ["MAIN.cache_hit", "MAIN.cache_miss", "MAIN.uptime"]
|
||||||
|
|
Loading…
Reference in New Issue