I would like to be able to have a "simple" report allowing to have the list of my snmpdiskfree sensors. What I happen very well, thx ;) Where it gets tough is if I want to make this selection from a folder, it does not respect it. I try from the tabs " Select sensors Manually" and above all I would like to have a filtered report only of the sensors in Warning or Error status Do you have a solution ? Thank you


Article Comments

Hello Mike,

Thank you for your message.

Regarding what you would like to achieve, I'm afraid that the reports can't help here. Therefore, I would recommend to use the API to get the list of sensors with the status Warning and Down.

You will find the code of the other status here: https://helpdesk.paessler.com/en/support/solutions/articles/86777-complete-list-for-sensor-status-codes

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 can filter the sensors with the ID of the parent object (group/device) as well, by adding &id= or &filter_parentid= in the request. Of course, you can also remove the information you do not need.

If you have further questions, let us know.

Regards.


Mar, 2021 - Permalink