I have to generate a report every month for all my servers showing the average memory, cpu and disk utilization.
Currently, I am manually going to the portal and generate the reports and sent them to my email. Then I read the value for each servers from the PDF report and update my management with a summary.
Is it possible to run a script (eg PowerShell) to collect or poll the average CPU, memory and disk space utilization for the servers?
Dear Telltay
The best option is to use the PRTG API to query the historic data and compute the average based on that data. The API is documented in the PRTG webinterface, Setup | PRTG API.
As an alternative, you could parse the HTML reports to grab the average value. There are no report templates which show the average value only, but you can edit and/or shorten exiting templates.
Jun, 2016 - Permalink