Zabbix 1.6.1 agentd complains about that user parameter:
UserParameter=mysql.version,mysql -V |cut -d " " -f 4,5,6
I think that it works properly with 1.6 but I`m not sure.
Maybe because ',' character in user command, but I think that must be allowed.
zabbix_agentd fails to start with this parameter. Maybe it could ignore it and continue normal start ...
UserParameter=mysql.version,mysql -V |cut -d " " -f 4,5,6
I think that it works properly with 1.6 but I`m not sure.
Maybe because ',' character in user command, but I think that must be allowed.
zabbix_agentd fails to start with this parameter. Maybe it could ignore it and continue normal start ...


Comment