Hi

Is it possible to generate report only for exceptions of high bandwidth, high CPU, high memory, device down, etc?

Daily the report should be generated and sent to specific IDs.

Regards,

Akhil


Article Comments

Dear akhil7j

This is not directly possible with PRTG. PRTG offers an usual detection, but that one does not differ between unusual high or unusual low.

The report templates themselves offer the option to sort the items in question using a threshold value, and limit the output to a particular number of objects. In this sense, you could create your own report templates. Please read more about that here.

An example API call, used in that template, is

<#report type="statstable" filter="filter_uptimetime=@above(0)"
[...]
sortby="uptime"

While not covered by technical support, you can try to use your own filter definitions.


Aug, 2015 - Permalink