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?
Add comment