From 1d1180ec0c4001bfab7bef4cf663a7f07944fac1 Mon Sep 17 00:00:00 2001 From: Michael Bushey Date: Fri, 9 Oct 2015 15:50:35 -0700 Subject: [PATCH] telegraf-agent.toml: Fix example port and use complete examples for mysql plugin --- testdata/telegraf-agent.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/telegraf-agent.toml b/testdata/telegraf-agent.toml index ef0aefa8e..2af060703 100644 --- a/testdata/telegraf-agent.toml +++ b/testdata/telegraf-agent.toml @@ -222,8 +222,8 @@ urls = ["http://localhost/server-status?auto"] # specify servers via a url matching: # [username[:password]@][protocol[(address)]]/[?tls=[true|false|skip-verify]] # e.g. - # root:root@http://10.0.0.18/?tls=false - # root:passwd@tcp(127.0.0.1:3036)/ + # servers = ["root:root@http://10.0.0.18/?tls=false"] + # servers = ["root:passwd@tcp(127.0.0.1:3306)/"] # # If no servers are specified, then localhost is used as the host. servers = ["localhost"]