You could use this code to create a new map object called "Primary Channel Gauge Small w/o Text" without the text at the top but the object being displayed there is something that is generated from PRTG in the complete format with the gauge and the name and this is not something that can be edited down.
<!--Status Icons: Primary Channel Gauge Small w/o Text-->
<div class="map_object map_table <#sensor type="colorclassofstate" prefix="map_objectstate_" id="<@objectid>">" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:hidden;<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">
<#mapobject type="objectgrip" mode="<@editmode>">
<#mapobject type="htmlbefore" subid="<@subid>">
<#checkobjecttype objecttype="sensor" nicemessage="true" id="<@objectid>">
<div id="Plugin_<@itemid>"
class="prtg-plugin"
data-plugin="channelgauges"
data-primarychannel='<#objectproperty name="primarychannel" show="number" id="<@objectid>">'
data-objectid="<@objectid>"
data-type="channels"
data-mapview="small primaryonly"
data-objects = '<#table
id="<@objectid>"
output='json'
noraw='1'
content='channels'
sortby='name'
columns='info=treejson,minimum,maximum,condition,lastvalue'>'>
</div>
<#mapobject type="htmlafter" subid="<@subid>">
</div>
If anyone votes this up or comments on this post, we will consider it to be a vote for this feature and may make this icon in the future.
Add comment