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

Width of new Table Mapobject

Votes:

0

Hello,

i'm using a table on my maps as of the beginning of our PRTG installation. Scaling was working properly since then. But now the mapobject scales itself down to the minimum size. it should have the width and height of the red frame in the example picture ( https://i.imgur.com/HPJJ5h5.png )

Where can i edit the mapobject itself?

the code of the custom mapobject is:

<!--Custom Map Objects: Alarms an Warnings only -->

<div class="map_object map_table" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:visible;<#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;font-size:24px">
    <#lang key="html.dashboard.alarms" default="Alarms" var="alarms">
    <#lang key="html.dashboard.warnings" default="Warnings" var="warnings">
    <#objectstatus name="downsens" id="0" show="htmllink" var="alarmcount">
    <#objectstatus name="warnsens" id="0" show="htmllink" var="warningcount">
    <b><#inserthtml html="@alarmcount @alarms, @warningcount @warnings" varexpand="html"></b>
    <#table tableid="dashalarmtable"
      content="sensors"
      id="<@objectid>"
      columns="downtimesince,type,device,sensor"
      count="20"
      sortby="downtimesince"
      links="false"
      sortable="false"
      infoheader="false"
      filter_tags="@tag(<@tagfilterstring>)"
      filter_status="5"
      filter_status="4"
	  >
  </div>
  <#mapobject type="htmlafter" subid="<@subid>">
</div>

mapobject maps prtg table

Created on Dec 12, 2017 9:18:57 AM

Last change on Dec 12, 2017 12:39:38 PM by  Dariusz Gorka [Paessler Support]



3 Replies

Votes:

0

Hi there,

We are already aware of this issue and will fix it soon as it affects all Data Tables in the Public-Map View (should look normal in Map-Designer and Map-View Tab).

Best regards.

Created on Dec 12, 2017 12:47:12 PM by  Dariusz Gorka [Paessler Support]



Votes:

0

Hi

Any news to this topic?

Best Regards

Created on Feb 2, 2018 1:47:08 PM



Votes:

0

Hi benjamin,

The issue is fixed in the coming version. This will be most likely released this week. :)

Best regards.

Created on Feb 5, 2018 8:59:14 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.