Hello ginmardo, can you give this a try and let us know the results?:
You'll need to create a new map object with e.g. a status related background.
Go to the folder <PRTG Installation Directory >\webroot\mapobjects and create a new .htm file with the content
<!--Status Icons: Status Related Background-->
<div class="map_object map_icon2 map_icon_large <#sensor type="colorclassofstate" prefix="map_iconcolor_" id="<@objectid>">" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">
<#mapobject type="objectgrip" mode="<@editmode>">
<#mapobject type="htmlbefore" subid="<@subid>">
<img src="/images/test.jpg">
<#mapobject type="htmlafter" subid="<@subid>">
</div>
Then copy the image to the folder webroot\images and replace the
img src="/images/test.jpg
with the name of the image.
The object will be available in the Map Editor > Status Icons > Status Related Background.
Source: https://kb.paessler.com/en/topic/8043-can-i-use-my-own-images-icons-logos-in-the-prtg-map-editor
Add comment