Guten Tag Herr Blazinschek,
hierzu können Sie ein Custom Map-Objekt erstellen.
Erstellen Sie eine neue Datei, z.B.
Custom_Status_Last_Value.htm
und speichern diese in dem Verzeichnis
PRTG Installationsverzeichnis\webroot\mapobjects
Fügen Sie in die Datei folgenden Code ein:
<!--Status Icons: Custom Status and Last Value (On White)-->
<div class="map_object map_icon mapicon_status_white" 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>
<span class="label"><#objectstatus name="lastvalue" id="<@objectid>"></span>
</span>
<#mapobject type="htmlafter" subid="<@subid>">
</div>
Anschließend erscheint ein neues Objekt im Map-Designer unter dem Menüpunkt Status Icons mit dem Namen Custom Status and Last Value (On White)
Mit freundlich Gruß
Add comment