Rest sensor
Modified on 2025-06-10 16:34:35 +0200
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.
Important: We no longer maintain this article. The information might be out of date.
Article Comments
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
Hi afnetsistemi
Thank you for the post, at this time our Rest sensors do not support turning off globs, but you can create an EXE/script sensor that uses curl https://www.paessler.com/manuals/prtg/exe_script_advanced_sensor
It would need to return something in the format:
<prtg> <result> <channel>First channel</channel> <value>10</value> </result> <result> <channel>Second channel</channel> <value>20</value> </result> </prtg>
More examples here: https://www.paessler.com/manuals/prtg/custom_sensors
Jul, 2023 - Permalink