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

Showing full channel names in graph legend

Votes:

0

Hi

The channel names in the graph legend are truncated after about 12 characters... Is it possible to force the graph legends to show the full channel names?

I looked at this forum topic, but it's only related to reports.. https://kb.paessler.com/en/topic/58913-how-can-i-show-full-channel-names-below-report-graphs

channelname graph-legends graphs

Created on Sep 29, 2016 1:41:35 PM



1 Reply

Votes:

0

Dear trung

Graph legend properties are defined in prtg.legends.css, which is located in C:\Program Files (x86)\PRTG Network Monitor\webroot\css

The relevant section of this file is

.oneitem {
  color: black;
  float: left;
  overflow: hidden;
  width: 135px;
  height: 18px;
  margin: 1px;
  position: relative;
  padding: 1px;
  cursor: pointer;
}

You can enter different values for

  width: 135px;

This will make all channel labels wider, regardless if the width is needed. Please note that changing this file is not covered by the technical support. Also, the file is overwritten with every PRTG software update.

Created on Sep 30, 2016 3:01:21 PM by  Arne Seifert [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.