I would rather not have the gauges on the device and sensor pages of the PRTG AJAX interface. Can I hide those?
How can I get rid of sensor gauges or hide them?
Modified on 2025-06-10 12:59:41 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
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.
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.
This article applies to PRTG Network Monitor 13.2.3 through 17.3.33
Hiding Sensor Gauges
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.cssin the
/webroot/cssfolder, 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.
May, 2013 - Permalink