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 can I get rid of sensor gauges or hide them?

Votes:

0

I would rather not have the gauges on the device and sensor pages of the PRTG AJAX interface. Can I hide those?

ajax css customization gauge

Created on May 15, 2013 7:25:26 AM by  Dirk Paessler [Founder Paessler AG] (11,025) 3 6

Last change on Mar 31, 2014 11:09:18 AM by  Gerald Schoch [Paessler Support]



1 Reply

Accepted Answer

Votes:

1

This article applies to PRTG Network Monitor 13.2.3 through 17.3.33

Hiding Sensor Gauges

Important note: The current customization approach is unsupported and deprecated as of versions 17.3.34/17.4.35. This customization no longer works. For more details, see How can I re-brand and customize the PRTG web interface using CSS and Javascript?

To hide the gauges on the device pages you can either set the priority of all sensors to three-stars or less (using the 5-star priority selector in the sensor data table) or you can use the following custom CSS code:

.deviceoverviewsensorvalues {display: none;}

To hide the gauges on the sensor pages use the following custom CSS code:

#channelvalues  {display: none;}

To apply this custom code find the file

styles_custom.css

in the

/webroot/css

folder, open it in a text editor, paste the code into it, and save the file. Now perform a full reload (Shift-F5) in your browser.

Created on May 15, 2013 7:30:41 AM by  Dirk Paessler [Founder Paessler AG] (11,025) 3 6

Last change on Mar 22, 2018 12:22:18 PM by  Brandy Greger [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.