First of all, I am running 1.8.4 on CentOS 5.6 x86_64 with Apache 2.2.3, Mysql 5.0.77 and PHP 5.1.6. It is mostly a "stock" config.
As others have noticed, I am seeing gaps in graphs that do not match up with any absence of data. So, I did some testing and thought I would share my findings. My apologies for not filing a formal bug report. I will do that when I have some time to review bug reporting protocol.
In the attached images, you can see a graph with gaps, a graph without gaps (same graph - I will explain below), some raw values for that period, and the item config feeding the part of the graph that's showing up with gaps.
When I configured the graph to a fixed Y axis maximum of 100000000 (100Mbps, even though the link is 1Gbps) rather than 'Calculated', the gaps went away.
When I configured a fixed maximum of 20000000 on the graph, I could perfectly reproduce the gap since the collected values from 9:29 a.m. onward are upwards of 20000000.
I then tried various values above 20000000. 21000000, 22000000, etc. I still had gaps until I got to 25000000. At 25000000, the gap was gone.
So, in non-programmer terms, the problem would appear to have something to do with what Zabbix *thinks* it is dealing with in terms of a maximum Y axis value when using 'Calculated' for the max.
Obviously, I could set the maximum to wire speed (in this case, 1Gbps), but this would result in a poor graph for a link that is so lightly utilized at the current time. I could also set some other maximum, such as 100Mbps, but that's a lot of work if you have a lot of graphs.
I hope this helps track down the problem. I will make an effort to get this info posted as a bug when I can.
As others have noticed, I am seeing gaps in graphs that do not match up with any absence of data. So, I did some testing and thought I would share my findings. My apologies for not filing a formal bug report. I will do that when I have some time to review bug reporting protocol.
In the attached images, you can see a graph with gaps, a graph without gaps (same graph - I will explain below), some raw values for that period, and the item config feeding the part of the graph that's showing up with gaps.
When I configured the graph to a fixed Y axis maximum of 100000000 (100Mbps, even though the link is 1Gbps) rather than 'Calculated', the gaps went away.
When I configured a fixed maximum of 20000000 on the graph, I could perfectly reproduce the gap since the collected values from 9:29 a.m. onward are upwards of 20000000.
I then tried various values above 20000000. 21000000, 22000000, etc. I still had gaps until I got to 25000000. At 25000000, the gap was gone.
So, in non-programmer terms, the problem would appear to have something to do with what Zabbix *thinks* it is dealing with in terms of a maximum Y axis value when using 'Calculated' for the max.
Obviously, I could set the maximum to wire speed (in this case, 1Gbps), but this would result in a poor graph for a link that is so lightly utilized at the current time. I could also set some other maximum, such as 100Mbps, but that's a lot of work if you have a lot of graphs.
I hope this helps track down the problem. I will make an effort to get this info posted as a bug when I can.
Comment