From 46f2aaaa2af2a1fe7e75e50fabdc917fa12b7f24 Mon Sep 17 00:00:00 2001 From: Sergio Jimenez Date: Thu, 11 Feb 2016 01:54:05 +0100 Subject: [PATCH] fix(mesos): TOML annotation * It was still using the previous config name --- plugins/inputs/mesos/mesos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/mesos/mesos.go b/plugins/inputs/mesos/mesos.go index 0f9bd5573..b70f3c7dc 100644 --- a/plugins/inputs/mesos/mesos.go +++ b/plugins/inputs/mesos/mesos.go @@ -19,7 +19,7 @@ import ( type Mesos struct { Timeout int Masters []string - MasterCols []string `toml:"metrics_collection"` + MasterCols []string `toml:"master_collections"` } var defaultMetrics = []string{