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

Sort Alarmtable by Devicepriority

Votes:

0

I have created my own table object for a Monitoring Map.

<#table tableid="dashalarmtable"

      content="sensors"
      id="<@objectid>"
      columns="object, device"
      count="20"
      sortby="priority"
      links="false"
      sortable="false"
      infoheader="false"
      filter_tags="@tag(<@tagfilterstring>)"
            filter_status="5"
      
>

Thats my table.

How am I able to sort this table by the Priority of the Device, and not by the Priority of the Sensor?

priotity sortby table

Created on Mar 16, 2018 10:50:06 AM

Last change on Mar 16, 2018 5:08:11 PM by  Dariusz Gorka [Paessler Support]



3 Replies

Votes:

0

Hi there,

Due to the fact you are listing sensors, it is not possible to sort for the device-priority. The columns only apply to the object used in "content".

Best regards.

Created on Mar 16, 2018 5:14:00 PM by  Dariusz Gorka [Paessler Support]



Votes:

0

So by exchanging the "content=sensors" to "content=devices" it should sort by the priority of the device? I've tried it, but it doesnt work that way ...

Created on Apr 3, 2018 6:23:30 AM



Votes:

0

Hi there,

The content parameter defines what is displayed, when you enter "devices", then only devices are listed in the table. As explained, you list sensors where the "device-priority" is not available. The "priority" column is only available for the currently listed type of object which is defined in the "content" parameter.

Best regards.

Created on Apr 3, 2018 7:45:51 AM 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.