I need customize PRTG report, file <Table only> on following link webroot\reporttemplates\details to display sensor ID in the table:
Now: Probe, Group, Device: Local probe > CHANNELS_UTILIZATION > Device ID
Need: Probe, Group, Device, Sensor ID: Local probe > CHANNELS_UTILIZATION > Device ID > Sensor ID
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.
Dear dcme
That is not supported for reports. In principle, you can use #objectstatus id="<@objectid>" name="objid" as a placeholder to resolve to the sensor ID. However, it will be difficult to get this into the table while still looking nice, and since the reports are for sensors, you have to good way to get the according device ID.
A better solution might be to read out devices and sensors via the PRTG API.
Nov, 2016 - Permalink