UserParameter options return ZBX_NOTSUPPORTED instead of the correct value.
[root@zabbix zabbix]# zabbix_agent -c /etc/zabbix/zabbix_agentd.conf -t mysql.version
mysql.version[] [m|ZBX_NOTSUPPORTED]
[root@zabbix zabbix]# zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t mysql.version
mysql.version [t|mysql Ver 14.12 Distrib 5.0.27, for redhat-linux-gnu (i686) using readline 5.0]
[root@zabbix zabbix]# grep mysql.version zabbix_agentd.conf
UserParameter=mysql.version,mysql -V
Koor
[root@zabbix zabbix]# zabbix_agent -c /etc/zabbix/zabbix_agentd.conf -t mysql.version
mysql.version[] [m|ZBX_NOTSUPPORTED]
[root@zabbix zabbix]# zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t mysql.version
mysql.version [t|mysql Ver 14.12 Distrib 5.0.27, for redhat-linux-gnu (i686) using readline 5.0]
[root@zabbix zabbix]# grep mysql.version zabbix_agentd.conf
UserParameter=mysql.version,mysql -V
Koor
Comment