Thank you for the clarification.
I'm afraid that there is no template to generate such report, however you can do so by navigating to "/sensors.htm?filter_status=5&filter_status=4" and then use the button View as XML located on the right, below the header. The later will then provide you an XML file with all the information displayed in the current page.
Please, note that there might be an issue with the latest version (22.1.74) regarding the button View as XML, which does not provide the data as expected (forwarded to our development team). In the meantime, you can use the following API call in the browser:
https://PRTGServer/api/table.xml?content=sensors&columns=objid,name,probe,group,favorite,lastvalue,device,downtime,downtimetime,downtimesince,uptime,uptimetime,uptimesince,knowntime,cumsince,lastcheck,lastup,lastdown,minigraph,schedule,basetype,baselink,notifiesx,intervalx,access,dependency,position,status,comments,priority,message,parentid,tags,type,active&count=*&filter_status=5&filter_status=4&username=PRTGUSER&passhash=PASSHASH
You don't need to write a script to execute the request, you can do it directly in the address bar of your browser. Make sure to replace PRTGSERVER, PRTGUSER and PASSHASH accordingly. You will find the passhash under Setup > Account Settings > My Account.
If the report above is not what you are looking for, please open an official feature request with detailed information by following our guideline available here: https://kb.paessler.com/en/topic/79245-how-can-i-propose-new-features-or-sensors-for-prtg. Our product owners will then have a look on it at the next feature request review.
Regards.
Add comment