This article applies to PRTG Network Monitor 9 or later
This article provides information about advanced procedures that are not officially covered by our customer support offer. Use at your own risk.
Customizing the Web Interface
There are various aspects that we have to look at when we size the boxes. We want to pack as many devices/sensors into the display (making the boxes small) and we want to show as much name information as necessary (making the boxes bigger). There is no optimum point that meets all customers' needs.
You can experiment with your own values. In your PRTG program directory, edit the file
\website\javascript\customerscripts.js
(it is likely empty), and add this line:
_Prtg.Core.objects.nameColumnWidth=400;
Then experiment with this value. In your browser, perform a full reload to load the script after changing it. You may need to change your browser window and re-open it to get around caching.
Before
Without tweak—long device name is cut off:

After
With 400 px set for device width—long device name fully visible:

Add comment