I would rather not have the gauges on the device and sensor pages of the PRTG AJAX interface. Can I hide those?
Article Comments
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.
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.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
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