Is it possible to create custom bookmarks for Graphs - for example "7 days", "120 days"?


Article Comments

If you want to change the time range for the tabs in PRTG you can go into the Server Administrator tool and set them there under Memory Usage. Please note that there are preset values that can be used and once you have changed these, you will need to recalculate the graph cache since this will have changed.

PRTG Server Administrator


Nov, 2013 - Permalink

>>set them there under Memory Usage

Is it possible to add Graph4, Graph5,... etc.? Is it possible to create "7 days" (1 week) range?


Nov, 2013 - Permalink

The options that you see under the Memory Usage tab are all that are available. If you want to get a report with a graph for a 7 day period, or any amount of time for that matter, you can use the Historic Data tab or reporting to get those results. This can also be done through the API with an API call similar to:

/api/historicdata.xml?id=objectid&avg=0&sdate=2009-01-20-00-00-00&edate=2009-01-21-00-00-00

More information on the API can be seen under Setup->PRTG API


Nov, 2013 - Permalink