PDA

View Full Version : Questions about MySQl items


stevew
04-07-2007, 21:39
I have added some of the extended status items to my agentd and I am reading the values into Zabbix. I am looking at one item 'mysql.bytes_received' at the moment and wondering the correct config for the item in Zabbix. What I have so far is

Numeric (integer 64bit)
Bps
Delta (speed per second)

I am not using a custom multiplier and I seem to getting some pretty odd results

Alexei
05-07-2007, 07:28
I think item type must be float, not integer.

stevew
05-07-2007, 12:22
Thanks, trying that now