telegraf-agent.toml: Fix example port and use complete examples for mysql plugin

This commit is contained in:
Michael Bushey 2015-10-09 15:50:35 -07:00
parent 81539c4ed6
commit 1d1180ec0c
1 changed files with 2 additions and 2 deletions

View File

@ -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"]