We have recently upgraded to PRTG14 and I have noticed when I run historic data reports the smallest reporting interval I can select on the date/time sliders is 1 hour, regardless of "Average Interval" selected.
So for example if I want to run a graph showing data from between 08:00 and 08:10 with the average interval set to no interval, PRTG only allows me to select 08:00 to 09:00.
Article Comments
Hi Rob,
We're aware of that bug that sneaked in somehow :) The developers are already working to fix it, but I can't give any ETA unfortunately. In the meantime, when the historic data is generated, you can modify the time in the URL to the desired timespan:
http://<your-prtg-server>/historicdata_html.htm?id=<your-sensor-id>
&sdate=2015-03-27-00-00-00
&edate=2015-03-28-00-00-00
&avg=3600&pctavg=300
&pctshow=false
&pct=95
&pctmode=false
I highlighted the section where you can enter the timestamp. Format is hh:mm:ss.
Note I inserted line breaks before each ampersand for readability purposes,
make sure it's only one line when you copy/modify/paste it into the browser :)
Mar, 2015 - Permalink
Hi Stephan,
Many thanks for the info. I'd actually worked it out after poking around the API page. Been playing with that and the width/height which is also extremely useful. I'll keep an eye out on the releases for the bug fix.
Regards
Rob
Mar, 2015 - Permalink
Hi Rob,
We're aware of that bug that sneaked in somehow :) The developers are already working to fix it, but I can't give any ETA unfortunately. In the meantime, when the historic data is generated, you can modify the time in the URL to the desired timespan:
http://<your-prtg-server>/historicdata_html.htm?id=<your-sensor-id>
&sdate=2015-03-27-00-00-00
&edate=2015-03-28-00-00-00
&avg=3600&pctavg=300
&pctshow=false
&pct=95
&pctmode=false
I highlighted the section where you can enter the timestamp. Format is hh:mm:ss.
Note I inserted line breaks before each ampersand for readability purposes,
make sure it's only one line when you copy/modify/paste it into the browser :)
Mar, 2015 - Permalink