What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Report : type List of sensor without graph

Votes:

0

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

customize filtering reports

Created on Mar 22, 2021 10:58:30 AM



1 Reply

Votes:

0

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://kb.paessler.com/en/topic/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.

Created on Mar 23, 2021 7:14:26 AM by  Florian Lesage [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.