From 2239f59c8563688c39c3901e23f91b5df51a84a1 Mon Sep 17 00:00:00 2001 From: Werner Dijkerman Date: Sun, 20 Sep 2015 16:27:19 +0200 Subject: [PATCH] Added an ":" for correct usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fbd42d..c701031 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Every telegraf agent has these as an default configuration. The 2nd parameter `telegraf_plugins_extra` can be used to add plugins specific to the servers goal. Following is an example for using this parameter for MySQL database servers: cat group_vars/mysql_database - telegraf_plugins_extra + telegraf_plugins_extra: - plugin: mysql config: - servers = ["root:{{ mysql_root_password }}@tcp(localhost:3306)/"] @@ -100,4 +100,4 @@ Author Information Please let me know if you have issues. Pull requests are also accepted! :-) -mail: ikben [ at ] werner-dijkerman . nl \ No newline at end of file +mail: ikben [ at ] werner-dijkerman . nl