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

Customize Geo map ?

Votes:

0

Hello, I want to customize a map for it shows only the equipment down. I copied as a model, googlemap 1.htm page from the C: \ Program Files (x86) \ PRTG Network Monitor \ webroot \ MapObjects

Here's the code:

<!--Geo Maps Custom: Geo Map Custom- DOWN-->

<div class="map_object map_graph" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#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 id="map-geomap-box" class="geomap <#selectionlist content="geomapprovider">">
<#selectionlist content="locationlist" id="<@objectid>" domobjectid="map-geomap-box" width="<@width>" height="<@height>" maxlegenditems="50">	    
</div>
<#mapobject type="htmlafter" subid="<@subid>">
</div>

What are tags to add?

alarm custom-map geo-maps html tags

Created on Jun 12, 2015 8:32:18 AM

Last change on Jun 15, 2015 7:14:38 AM by  Torsten Lindner [Paessler Support]



2 Replies

Votes:

0

Hello,

Thank you very much for using PRTG. I'm very sorry, but this is not possible. Let's see if other users have the same wish, we will then put this on the wish list! Thank you for your feedback!

Torsten

Created on Jun 15, 2015 7:33:13 AM by  Torsten Lindner [Paessler Support]



Votes:

0

Note from Paessler Support: The below is not officially supported, nor recommended. It may work (then it will apply to all Maps & Geo Maps, or it may not work, and have other effects. Try this at your own risk!

Hello, I managed to make a map with only the down sites. Here is the code for those looking for the same thing. If you have any suggestions or ideas, I prenneur. :)

<!--Geo Maps TEST : Geo Map TEST - DOWN-->
<style>
.map-marker a{
background: none!important;
}
 
.map-marker{
border: 1px solid #666!important;
border-radius: 30px!important;
margin:0!important;
padding:0!important; 
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
width: 12px!important; /* width of the symbol */
height: 12px!important; /* height of the symbol */
}
.map-marker.up,
.map-marker.paused,
.map-marker.unknown,
.map-marker.unusual,
.map-marker.undefined,
.map-marker.warn,
.map-marker.none{
  display: none;
  }
</style>

<div class="map_object map_graph" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">
<span>
<b><#objectproperty name="Name" id="<@objectid>"> : </b>
<#objectstatus name="downsens"  id="<@objectid>">
<#objectstatus name="downacksens"  id="<@objectid>">

</span>
<#mapobject type="objectgrip" mode="<@editmode>">
<#mapobject type="htmlbefore" subid="<@subid>">
<#checkobjecttype objecttype="probenode,group,device" nicemessage="true" id="<@objectid>">
	<div id="map-geomap-box" class="geomap <#selectionlist content="geomapprovider">">
	<#selectionlist content="locationlist" id="<@objectid>" domobjectid="map-geomap-box" width="<@width>" height="<@height>" maxlegenditems="500">	    
	</div>

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

Created on Jun 15, 2015 8:40:12 AM

Last change on Jun 16, 2015 7:31:46 AM by  Torsten Lindner [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.