What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Acknowledged Button in Data Table

Votes:

0

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.

acknowledge button data-chart

Created on Dec 5, 2016 3:35:34 PM



1 Reply

Votes:

0

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.

Created on Dec 6, 2016 1:05:34 PM by  Dariusz Gorka [Paessler Support]




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.