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

PRTG Map: Custom Data Table

Votes:

0

Hi,

we use a custom map object, that display all error Sensors of a device in failure state in one row:

<!--Data Tables (Custom): Geräte im Status FEHLER-->


<div class="map_object map_table customalarms_biggerfont" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:auto;<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">

  <#mapobject type="objectgrip" mode="<@editmode>">

  <#mapobject type="htmlbefore" subid="<@subid>">

  <#checkobjecttype objecttype="probenode,group,device" nicemessage="true" id="<@objectid>">

  <div class="maptablecontainer" style="overflow:hidden">

    <#table tableid="devices"

    id="<@objectid>"

    content="devices"

    columns="device,group,location,downsens"

    sortby="-downsens"

    infoheader="false"

    links="true"

    sortable="false"

    tabletitle="Alarme (@@)"

    filter_downsens="@neq(0)"

    >

  </div>

  <#mapobject type="htmlafter" subid="<@subid>">

</div>

Is it possible, display all Sensors of the parent Group with the state "failure" in a custom data table too? In our example we have 2 devices in one Group and want display the failure Sensors in the following cullums:

  • 1. group
  • 2. location
  • 3. downsens

Thx for help!

Marco

customize programdata prtg-map

Created on Dec 11, 2018 7:53:00 AM

Last change on Dec 11, 2018 8:06:26 AM by  Sven Roggenhofer [Paessler Technical Support]



3 Replies

Votes:

0

Marco,

What does this produce on the map? Can you link a screenshot?

Benjamin Day
Paessler Support

Created on Dec 12, 2018 2:28:17 AM by  Benjamin Day [Paessler Support] (1,441) 2 1



Votes:

0

Hello Day,

this we see with our custom map object: https://mapi.spdns.de/index.php/s/fwHRnKRiGdYDSMZ

so we want see the 2 devices of one group in one view: https://mapi.spdns.de/index.php/s/k8tknP8BpQScmf8

Marco

Created on Dec 12, 2018 6:47:57 AM



Votes:

0

Marco,

Yes, change the content="devices" to content="sensors", and then refresh it. It should now go deeper and show you all the individual sensors.

Give that a try.

Benjamin Day
Paessler Support

Created on Dec 12, 2018 6:41:24 PM by  Benjamin Day [Paessler Support] (1,441) 2 1




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.