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.
Article Comments
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.
Sep, 2015 - Permalink
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
Sep, 2015 - Permalink
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:
Sep, 2015 - Permalink