Is there a way to search for a string in a sensors name including any spaces, ie "1 GBit/s". If I search for that is includes anything with a "1" or "GBit/s".


Article Comments

Dear nocDan

As an alternative, you could this URL to generate a list of all sensors and then use the browser's search function. The webbrowser URL for that list is

/sensors.htm?count=*

However it can take some time to build that page since it will include all your sensors.


Feb, 2017 - Permalink

Hi Arne,

Not really what I'm after. I'm trying to add alert threshold to multiple sensor channels that match a certain criteria. Such as all 1 GBit/s switchport as I can't set the thresholds by percentage (not without setting the bandwidth first, which gives me the same problem). So what I'm trying to do in this case is set a warning is all switchports reach 80% utilisation whether they be 10Mbps, 1Gbps, 10Gbps etc.


Feb, 2017 - Permalink

I am sorry, there is no easy solution for that. The space acts as separator for searches and cannot be included into the search itself. A complex option would be to read sensor type and name via the API and change the limits via the API. However setting this up will probably take at least as much time as changing the sensors manually.


Feb, 2017 - Permalink

Hello, I am also searching for a way to search strings including the space caracter, like for example "IP phone" . In vi or regex special caracters are losing their special interpretation if they are preceded by the catacter "\" . Can't this feature be implemented in PRTG ? best regards.


Oct, 2019 - Permalink

Dear Felix,

the PRTG search only supports literal search, but no regex evaluation. Feature requests can be made through this page.


Oct, 2019 - Permalink