Hi,
Could You, please tell me how to create UserParameter with mysql query selecting data from DATABASE: db-name ( with - )
I tried to create:
select COUNT(*) from `db-name`.`table`;
select COUNT(*) from `db-name`.table;
select COUNT(*) from `db-name.table`;
But every time in zabbix agent log I see Not found this value in ` `
Thanks,
Could You, please tell me how to create UserParameter with mysql query selecting data from DATABASE: db-name ( with - )
I tried to create:
select COUNT(*) from `db-name`.`table`;
select COUNT(*) from `db-name`.table;
select COUNT(*) from `db-name.table`;
But every time in zabbix agent log I see Not found this value in ` `
Thanks,
Comment