Details
-
Documentation task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
Team INT
Description
Steps to reproduce:
- Use https://github.com/zabbix/zabbix/tree/master/templates/db/mysql_agent
- Use password containing for example [email protected]# 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>'