hi everybody,
I'm trying to config qn user parameter in zabbix_agentd: I've just add the following into zabbix_agentd.conf (as the manual wrote) in my zabbbix server:
After that, I used
to check, but I got this:
What's wrong with that? how can i fix it? Please, could anyone help me?
I'm trying to config qn user parameter in zabbix_agentd: I've just add the following into zabbix_agentd.conf (as the manual wrote) in my zabbbix server:
UserParameter=mysql.question,mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d "S"
zabbix_agentd -t mysql.questions
mysql.question [m|ZBX_NOTSUPPORTED]
Comment