-
Type:
Documentation task
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: None
-
Component/s: Documentation (D), Templates (T)
Steps to reproduce:
- Use https://github.com/zabbix/zabbix/tree/master/templates/db/mysql_agent
- Use password containing for example !@# symbols and follow the configuration example:
[client] user=zbx_monitor password=<password>
Result:
Incorrect credentials.
Expected:
Example should mention about quoting passwords.
[client]
user=zbx_monitor
password='<password>'