How to display API text in PRTG logs
Modified on 2025-06-10 15:00:58 +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.
Hi PRTG Support Team,
Do you know how we can enable another column in the Log tab for a sensor?
Currently, there is only Date Time, Sensor, Status and Message.
Message only contains a brief explanation of the value and if it results in an up or down state for exceeding a certain pre-set threshold.
We are using the following PowerShell API code to push the state to the sensor:
Invoke-WebRequest -Uri "http://PROBEADDRESS/APIKEY?value=$global:APIValue&text=$global:APIText"
We want the APIText value to be visible under Log tab as an additional column.
How do we achieve this?
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.