-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 3.0.5, 3.2.0
-
Component/s: API (A)
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.