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

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

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