0
I just set up zabbix today on my local machine. I might be missing something trivial but I can't get my user parameter to work in zabbix 3.4
There already seemed to be mysql user parameters in
. I just changed that file to add a custom parameter at the end of the file like so
Restarted the zabbix agent but don't see the parameter making it to zabbix. See the rest of the user parameters defined in that file in zabbix though.
I just set up zabbix today on my local machine. I might be missing something trivial but I can't get my user parameter to work in zabbix 3.4
There already seemed to be mysql user parameters in
HTML Code:
[CODE]/etc/zabbix/zabbix_agentd.d/userparameter_mysql.conf[/CODE]
Code:
UserParameter=mysql.abc,mysql -V
Comment