There a patch which that, history2.patch
Ad Widget
Collapse
Opening Latest data is very slow
Collapse
X
-
Thanks, but I prefer not to mess around with self compiling.
I hope this gets included in 2.2.3.
So far our 2.2(.2) installation is quite small and the main site is on 2.0.11. We will stay on that until it is fixed since we do not need the new features (vSphere et al).
Nevertheless I migrated all scripts to the new 2.2.x DB structure and they are running fine both on 2.0.11 and 2.2.2.Comment
-
look at it, nothing to compile, it only patchs the web/api interfaceThanks, but I prefer not to mess around with self compiling.
I hope this gets included in 2.2.3.
So far our 2.2(.2) installation is quite small and the main site is on 2.0.11. We will stay on that until it is fixed since we do not need the new features (vSphere et al).
Nevertheless I migrated all scripts to the new 2.2.x DB structure and they are running fine both on 2.0.11 and 2.2.2.Comment
-
Yes, thank you. It looks not that complicated. Nevertheless, we still have no probs with "latest data" as we have only ~30 hosts in the new 2.2.2 installation.
But I will keep an eye on that.Comment
-
What is the target timeframe for fixing this
Apparently once you collects a few weeks of detailed data on 580 host, latest data never comes up.
If any zabbix business owner or devs read this, When is this going to be fixed?
Any large organization is experiencing this issue. Accessing latest data is pretty critical????Comment
-
We have same issue and with ~200 hosts the latest data is a pain...
Also find if you use the nodata triggers then if there has been no data within the date that you keep data for then the trigger errors and shows up as a false positive.
If you enable slow query logging on zabbix and database then can see all these queries that tale ages to resolve.
There must be a better workaround. I can see that changing the database structure makes sense, but you need fast access to the lastvalue or it renders the gui a right pain to use.Comment
-
There is this popping up in the postgres log for slow queries..
LOG: duration: 26747.924 ms statement: select clock,ns,value from history_uint where itemid=32988 and clock<=1398583225 and clock>1397978425 order by clock desc,ns desc
However, when I'm normally browsing latest data there is nothing obvious appearing... It just takes 20-30 seconds to load.Comment
-
For completeness it seems it was fixed in https://support.zabbix.com/browse/ZBX-7373 and will be a part of 2.2.4Comment
-
-
A workaround is to display a random graph from one agent. Then this agent gets "preselected" in "latest data" and shows up immediately.
Then you can choose your preferred "latest data" filter.Comment
Comment