-
Incident report
-
Resolution: Fixed
-
Trivial
-
3.0.5, 3.2.0
httpconf.php uses infinite backlooking on history tables to find a single value, where other parts of the code bounds the lookback to ZBX_HISTORY_PERIOD, usuall 86400
By bounding the query we can avoid an expensive backlook with an unbounded time if the history_uint table is big.