Hey guys,
I have created a custom sensor to measure response time of one of my applications using PowerShell. Here is the output of my script:
<prtg> <result><channel>App1</channel><value>1.390 seconds</value></result> <result><channel>App2</channel><value>1.421 seconds</value></result> </prtg>
The logs show's this same output but my graphs show 0#. How can I change the settings to show time instead?
Thank you! Kevin
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,
as you are returning float values, please try adjusting the script output to the following:
Now PRTG should show the correct values.
Best regards
Apr, 2013 - Permalink