mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Added an ":" for correct usage
This commit is contained in:
@ -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)/"]
|
||||||
@ -100,4 +100,4 @@ Author Information
|
|||||||
|
|
||||||
Please let me know if you have issues. Pull requests are also accepted! :-)
|
Please let me know if you have issues. Pull requests are also accepted! :-)
|
||||||
|
|
||||||
mail: ikben [ at ] werner-dijkerman . nl
|
mail: ikben [ at ] werner-dijkerman . nl
|
||||||
|
Reference in New Issue
Block a user