From a29ca99ed7a2e2a7ab7e8ac3609b8bdac564f74f Mon Sep 17 00:00:00 2001 From: Lukasz Jagiello Date: Thu, 26 May 2016 02:22:44 +0000 Subject: [PATCH] typo --- plugins/inputs/varnish/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/varnish/README.md b/plugins/inputs/varnish/README.md index 0b8c97aef..ad627bbe7 100644 --- a/plugins/inputs/varnish/README.md +++ b/plugins/inputs/varnish/README.md @@ -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: 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. ## stats may also be set to ["all"], which will collect all stats stats = ["MAIN.cache_hit", "MAIN.cache_miss", "MAIN.uptime"]