I have a device that provides data via an html page. I'm trying to setup the HTML Content sensor to grab the value data and report. However it's only provided in a table format, see below, this format cannot be changed. Also this page is refreshed on a 1-2 minute interval.
<tr> <td width="200" class="tblL">Downlink RF Power (dBm)</td> <td width="400" class="tblR">-37.1</td> </tr>
Any ideas how I can make this work in PRTG, without too much coding if possible?
Thanks
Add comment