Hello,
im triing to use the defualt template that come with this zabbix version but all i get its a bunch of "ZBX_NOTSUPPORTED"
looking at that template those connect to the agent and ask for those following keys:
MySQL insert operations per second mysql.status[Com_insert]
MySQL commit operations per second mysql.status[Com_commit]
MySQL begin operations per second mysql.status[Com_begin]
MySQL bytes sent per second mysql.status[Bytes_sent]
MySQL status mysql.ping
MySQL bytes received per second mysql.status[Bytes_received]
MySQL delete operations per second mysql.status[Com_delete]
MySQL rollback operations per second mysql.status[Com_rollback]
MySQL slow queries mysql.status[Slow_queries]
MySQL uptime mysql.status[Uptime]
MySQL queries per second mysql.status[Questions]
MySQL update operations per second mysql.status[Com_update]
MySQL select operations per second mysql.status[Com_select]
MySQL version mysql.version
But there are no sign about those keys in the documentation. My guess is that i have to edit zabbix_agentd.conf to add those key with user parameter feature, but i could not find any post that tells me exactly what to add. Some of those data should be quite easy to retrieve ( using mysqladmin), but some other i have no idea how to recreate. Do someone know exactly what to add?
tnx in advance
im triing to use the defualt template that come with this zabbix version but all i get its a bunch of "ZBX_NOTSUPPORTED"
looking at that template those connect to the agent and ask for those following keys:
MySQL insert operations per second mysql.status[Com_insert]
MySQL commit operations per second mysql.status[Com_commit]
MySQL begin operations per second mysql.status[Com_begin]
MySQL bytes sent per second mysql.status[Bytes_sent]
MySQL status mysql.ping
MySQL bytes received per second mysql.status[Bytes_received]
MySQL delete operations per second mysql.status[Com_delete]
MySQL rollback operations per second mysql.status[Com_rollback]
MySQL slow queries mysql.status[Slow_queries]
MySQL uptime mysql.status[Uptime]
MySQL queries per second mysql.status[Questions]
MySQL update operations per second mysql.status[Com_update]
MySQL select operations per second mysql.status[Com_select]
MySQL version mysql.version
But there are no sign about those keys in the documentation. My guess is that i have to edit zabbix_agentd.conf to add those key with user parameter feature, but i could not find any post that tells me exactly what to add. Some of those data should be quite easy to retrieve ( using mysqladmin), but some other i have no idea how to recreate. Do someone know exactly what to add?
tnx in advance
Comment