Hello,
I was wondering if there was a way or plans to include an acknowledge button on Data Tables on maps. When connected to the map via HTML URL, it would be extremely convenient to be able to acknowledge the alarm right there on the map.
At the very least, is there a way to enable right-click on these maps so that admins can open the device in a different tab in the browser.
It's not practical for us to install the Enterprise Console on all of our machines and this would make it a bit more streamlined when we're responding to an outage or conducting work.
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 there,
I am afraid that is not possible. The data table objects are using basically the same structure as the API-Calls:
id="<@objectid>" content="sensors" columns="sensor,status,lastvalue,minigraph,priority,favorite,probegroupdevice,message" sortby="probegroupdevice" infoheader="false" links="false" sortable="false" varexpand="tabletitle" tabletitle="@tabletitle" filter_tags="@tag(<@tagfilterstring>)" filter_status="5" filter_status="13" filter_status="14"So you just can add the available columns of PRTG but no custom ones.
Dec, 2016 - Permalink