Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Professional Edition
-
None
Description
Previously for making a graph image with graph.php it was possible to use "human-readable" values for HTTP GET parameter "from", such as:
- "?from=-1d" (1 day)
- "?from=-1w" (1 week)
- "?from=-1m" (1 month)
- and so on.
But in our 22.5.12029 using such a "from" parameter produces an empty graph.
Example request URL:
The request is working as normal on demo Observium so seems it broke between 12000 and 12029. Or was it removed/changed on purpose?
I've restored passthrough of AT/timespec from/to variables on graph.php, but beware that they won't behave the same as the other time passing methods!