I'm trying to select data from de zabbix database to export to a file for using in fr instance excel.
But i get no historical data.
I use Workbench to select data like so:
select * from zabbix.hosts where host like 'lsrv1790%';
This results in 10184
select * from zabbix.items where hostid = '10184';
I see all items and choose 41479
select * from zabbix.history where itemid = '41479';
This last one returns no rows. And i know for sure there must be data because i can see it in the zabbix graph.
Where is my data gone to???
But i get no historical data.
I use Workbench to select data like so:
select * from zabbix.hosts where host like 'lsrv1790%';
This results in 10184
select * from zabbix.items where hostid = '10184';
I see all items and choose 41479
select * from zabbix.history where itemid = '41479';
This last one returns no rows. And i know for sure there must be data because i can see it in the zabbix graph.
Where is my data gone to???

Comment