I'm trying to monitor some MySQL instances (SAAS from a cloud provider) which only accept SSL connections.
I wanted to employ Template DB MySQL by Zabbix agent 2 (on a host running agent 2) for this and connectivity was manually verified, but the agent is hitting the following error:
I have checked the documentation for the template, agent2 item keys and the code for the Agent2 MySQL plugin (at https://git.zabbix.com/projects/ZBX/.../plugins/mysql ) to no avail. Most of what I found through googling seemed to concern SSL connections between server/proxy and their DB. (which was added following feature request ZBXNEXT-3313 )
Is monitoring of MySQL-instances that only allow SSL-connections currently unsupported? Should I file a feature request for it?
I wanted to employ Template DB MySQL by Zabbix agent 2 (on a host running agent 2) for this and connectivity was manually verified, but the agent is hitting the following error:
Code:
Error 9002: SSL connection is required. Please specify SSL options and retry.
Is monitoring of MySQL-instances that only allow SSL-connections currently unsupported? Should I file a feature request for it?

Comment