Added an ":" for correct usage

This commit is contained in:
Werner Dijkerman
2015-09-20 16:27:19 +02:00
parent 4196a74c22
commit 2239f59c85

View File

@ -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: 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 cat group_vars/mysql_database
telegraf_plugins_extra telegraf_plugins_extra:
- plugin: mysql - plugin: mysql
config: config:
- servers = ["root:{{ mysql_root_password }}@tcp(localhost:3306)/"] - servers = ["root:{{ mysql_root_password }}@tcp(localhost:3306)/"]