From c2b5f21832f0a714d1cc3547462a7396954b40c1 Mon Sep 17 00:00:00 2001 From: Aleksei Magusev Date: Mon, 4 Jan 2016 01:30:49 +0100 Subject: [PATCH] Fix typo in telegraf.conf Closes #456. --- etc/telegraf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index ae457b496..0781d3028 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -100,7 +100,7 @@ [[plugins.io]] # By default, telegraf will gather stats for all devices including # disk partitions. - # Setting devices will restrict the stats to the specified devcies. + # Setting devices will restrict the stats to the specified devices. # Devices=["sda","sdb"] # Uncomment the following line if you do not need disk serial numbers. # SkipSerialNumber = true