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

Filter Sensor List by Status?

Votes:

0

Is there anyway to filter the sensor list by Status?

I'd like to see all sensors with a particular tag then filter to just see the sensors with a status of Warning or Error.

sensor status tags

Created on Sep 23, 2015 8:56:34 AM



3 Replies

Votes:

0

Menu Sensors > By Status > [Select the desired status]. Then, at the top of the table, you can enter various tags the table should filter for:

Filtering Sensors

Created on Sep 24, 2015 8:07:05 AM by  Stephan Linke [Paessler Support]



Votes:

0

I'd found that option but that doesn't allow me to see more than one status. E.g. Filter on our "EmailService" and see just the sensors that are in Error, Warning or Down while ignoring the ones that are up, paused or unusual.

Created on Sep 24, 2015 9:17:09 AM



Votes:

0

This can only be done via API:

http://your-prtg-server/api/table.xml?content=sensors&output=csvtable&columns=objid,device,sensor,status,message&filter_status=5&filter_status=4&filter_status=10

This will filter for down, warning and unusual. The other states are numbered like this:
Unknown=1, Collecting=2, Up=3, Warning=4, Down=5, NoProbe=6, PausedbyUser=7, PausedbyDependency=8, PausedbySchedule=9, Unusual=10, PausedbyLicense=11, PausedUntil=12, DownAcknowledged=13, DownPartial=14

Created on Sep 24, 2015 2:01:59 PM by  Stephan Linke [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.