chopkc wrote:
I just tried upgrading to 3.5 and I still have this problem. Thold 3.0 works great and all values match. By this I mean, my current reading on my graphs match the current reading on the main Threshold page as well as the reading listed for the current value from within a specific datasource. When I install any Thold version above 3.0 the value shown on teh main Threshold page (where all the datasources are listed) no longer matches the current reading for my graphs nor the listing within a specific datasource. I believe this value is the one being used to determine if a threshold is tripped. Any idea why this happens after upgrading past version 3.0?
Reason? Its simple really, the old version pulls the data from the RRD. The new version gets the exact data as its polled, so there is no way the current value can be incorrect (not counting CDEFs, as those are just for display really). The issue is probably that your RRD only has the AVERAGE and MAX values saved in it, not the LAST. This means that all data is averaged before saving and thus the value on the graph is really an average.
Or so I believe, I am not the expert on these things, but it is what I have found in my testing.