Dear PRTG

I Would like if I can generate a report with the newest sensor, like 'added/deleted' in last week/day etc.

regards


Article Comments

Hi there,

If I understood you correctly you can get a list of sensors sorted by creation time with the following API-URL:

/sensors.htm?columns=objid,probe,device,name,cumsince&sortby=-cumsince

Should you want to create a report (under "Reports") with new added sensors since X, then this is not possible.


Dec, 2016 - Permalink

Thank you. Not Bad ;)


Dec, 2016 - Permalink

Another question, Is there a way to create a sensor that write into a file the output of api url?


Jan, 2017 - Permalink

Hi there,

You could create a PowerShell script that does this. Afterwards you can add it via the "EXE/Script Advanced Sensor".


Jan, 2017 - Permalink