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
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
Thank you so much!!! Working fine.
Nov, 2016 - Permalink
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