All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
I have some tests which I would to get a daily report for.
The report should include the sum of the values returned in the last X hours.
For example:
Let’s say I want a report every 24 hours.
If a test is scheduled to run every 6 hours and the results were: 1,4,2,6,
The report should include the sum of the test which is 13.
HostMonitor cannot do that.
Unless you record test results into database (using ODBC logging or SQL Query action) and create your own script that will process database records and calculate result...