What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How to display full channel name in a gauge box?

Votes:

0

I want to be able to display name of a channel in full next to a gauge in PRTG maps. Is that even possible. I have copied Channel Gauges and created custome map object. I cannot however work out how to make the boxes bigger or text to display in full.

 <!--Status Icons: Channel Gauges with Full Name-->

<div class="map_object map_table customguages_biggerfont <#sensor type="colorclassofstate" prefix="map_objectstate_" id="<@objectid>">" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:visible;
<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">
<#mapobject type="objectgrip" mode="<@editmode>">
<#mapobject type="htmlbefore" subid="<@subid>">
<#checkobjecttype objecttype="sensor" nicemessage="true" id="<@objectid>">
  <p><b><#objectproperty name="Name" id="<@objectid>"></b></p>
	<div id="Plugin_<@itemid>"
    class="prtg-plugin"
    data-plugin="channelgauges"
    data-objectid="<@objectid>"
    data-primarychannel='<#objectproperty name="primarychannel" show="number" id="<@objectid>">'
    data-type="channels"
    data-mapview="true"
    data-mapobj="true">
    <!--
    {
      "objects":<#table
      id="<@objectid>"
      output='json'
      noraw='1'
      content='channels'
      sortby='name'
      columns='name,info=treejson,minimum,maximum,condition,lastvalue'>
    }
    -->
	</div>
<#mapobject type="htmlafter" subid="<@subid>">
</div>

channel guage maps

Created on Jan 4, 2018 4:21:54 PM

Last change on Jan 4, 2018 5:02:05 PM by  Felix Saure [Paessler Support]



1 Reply

Votes:

0

Hi there,

Please add the following to the "styles_custom_v2.css" file on your Core Server under "C:\Program Files (x86)\PRTG Network Monitor\webroot\css\" and reload the Map:

.map_object .primary > .channelname, .map_object .primary > .channelvalue {font-size: 20px !important;}
.map_object .primary > .channelgauge text {font-size: 16px !important;}
.map_object .channelname, .map_object .channelvalue {font-size: 14px !important;}

The name of the channels should now be bigger and better readable.

Best regards.

Created on Jan 5, 2018 11:50:48 AM by  Dariusz Gorka [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.