Hi,How can I get an item last value?
I have an external php tool to create a web page and I need to get an item last value.
With Zabbix 1.8, I used a mysql request like this : "SELECT `itemid`, `name`, `lastvalue` FROM `items` WHERE `name` LIKE ..."
But now in 2.2 I get this error "Unknown column 'lastvalue' ...".
Lastvalue is not a field of table items in 2.2. Where can I find it?
Thanks
Patrick
Thank you Alexei. I found it in history_uint table
Comment