Hi

I would like to know if it is possible to include libraries into a map. It seems that only devices can be included into

Thanks for your reply

Regards

Tombolini Alberto


Article Comments

Using "Libraries in Maps" is on our wishlist and should be available in 2013.


Dec, 2012 - Permalink

I need to represent a complete Libray in only one icon on a map. Its 2019 and this is not implemented.

Please help us with that.

Everybody its look for something like that:

http://kb.rolosa.com/np-como-insertar-bibliotecas-en-mapas/

https://helpdesk.paessler.com/en/support/solutions/articles/39883-libraries-in-maps

https://helpdesk.paessler.com/en/support/solutions/articles/60745-how-can-i-display-a-library-sunburst-on-a-map

https://helpdesk.paessler.com/en/support/solutions/articles/76000064833

https://helpdesk.paessler.com/en/support/solutions/articles/72288-libraries-in-maps-using-default-objects


Mar, 2019 - Permalink

Ant-PJ,

Let me reference you some code that a user submitted to use as a custom HTML piece in the map.

<!--Custom Map Objects: Library LibID-->
 
<div class="map_object map_table <#sensor type="colorclassofstate" prefix="map_objectstate_" id="<@objectid>">" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:hidden;<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">
  <#mapobject type="objectgrip" mode="<@editmode>">
  <#mapobject type="htmlbefore" subid="<@subid>">
  <#checkobjecttype objecttype="probenode,group" nicemessage="true" id="<@objectid>">
  <div id="viewport">
<div id="libTree" class="libTree prtg-plugin" 
  data-plugin="libtree" 
  data-objectid="LibID"
  data-lib-name='Library'
  data-view-type='<#system type="groupviewsize" varexpand="overwrite" overwrite="@grpvs">'
  >
<!-- 
   {"objects":<#table 
      id="LibID"
      output="json"
      count="*"
      subcheck="1"
      noraw="1"
      content="library"
      sortby="probegroupdevice"
      filter_basetype="@ntxt('sensor')"
      columns="objid,name,access=treejson,probegroupdevice=treejson,basetype,icon,favorite,fold,devicenum=textraw,groupnum=textraw,totalsens=textraw,upsens=textraw,downsens=textraw,partialdownsens=textraw,warnsens=textraw,pausedsens=textraw,unusualsens=textraw,undefinedsens=textraw,downacksens=textraw,condition,status=textraw,message=textraw,info,priority,libkind,liblinkedid">
    }
 -->
</div>
    </div>
  <#mapobject type="htmlafter" subid="<@subid>">
</div>

Just change "LibID" three times in the script above with the ID number of the Library you want to use.

Let me know if this works for you.

Benjamin Day
Paessler Support


Mar, 2019 - Permalink