Hallo Herr Vesely,
Sie können sich hierfür ein eigenes Mapobjekt erstellen.
Dazu einfach eine Datei im Ordner <PRTG installationspfad>\webroot\mapobjects (ab Version 13.x.3, vorher website) mit z.B. dem namen statusnameicon.htm anlegen, und dort diesen Code schnipsel hineinkopieren:
<!--Status Icons: Status and Name (Transparent)-->
<div class="map_object map_icon mapicon_status_transparent" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="<#mapobject type="topleftcoordinates" subid="<@subid>" mode="<@editmode>">">
<#mapobject type="objectgrip" mode="<@editmode>">
<#mapobject type="htmlbefore" subid="<@subid>">
<span>
<#objectstatus name="downsens" id="<@objectid>">
<#objectstatus name="partialdownsens" id="<@objectid>">
<#objectstatus name="downacksens" id="<@objectid>">
<#objectstatus name="warnsens" id="<@objectid>">
<#objectstatus name="upsens" id="<@objectid>">
<#objectstatus name="pausedsens" id="<@objectid>">
<#objectstatus name="unusualsens" id="<@objectid>">
<#objectstatus name="undefinedsens" id="<@objectid>">:
<#objectproperty name="Name" id="<@objectid>">
<#mapobject type="htmlafter" subid="<@subid>">
</span>
</div>
Danach können Sie im Mapeditor das neue Objekt unter Status Icons finden und verwenden.
Regards,
Daniel Elsner
Add comment