Is there a sensor that will show a list as a result? I have an exexml sensor, and currently it just returns a value based on the number of lines in the query. Is it possible to modify it, and then have it return the list and have that list shown in PRTG?


Article Comments

Hi there,

You can only show text in the sensor message, not in the channels. To do this, see the below example:

<prtg>
<result>
<channel>Test</channel>
<value>1024</value>
</result>
<text>YOU CAN ENTER ANY TEXT HERE</text>
</prtg>

Best regards.


Nov, 2018 - Permalink