What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Rest sensor

Votes:

0

Hi, I have this cURL command curl --globoff -H "authorization:5v5wxxxxxxxxxxxxxxxxxxfO5Pvto" -i https://xxxxxxxxx.xxxxxxx.com/api/v1/getLastValue/19/3960ZYVGID8F/?items=[2000150227,2000150150]

I need to send --globoff parameter in cURL. Is this possibile with rest sensor? Ty

curl http rest

Created on Jul 20, 2023 9:54:31 AM



1 Reply

Votes:

0

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

Created on Jul 28, 2023 4:02:40 PM by  Oscar Chavarria [Paessler Technical Support]




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.