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


Article Comments

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.


May, 2013 - Permalink