I have similar sensors feature switched off for performace reasons. Is there a way to disable similar sensors section (empty table and "Why can't I see any sensor similarities here?" infrmation) from sensor page?


Article Comments

Hi Tomasz,

You can edit the

C:\Program Files (x86)\PRTG Network Monitor\webroot\css\styles_custom.css

file. Simply add the lines

#form_correlationtable2{

display: none;

}

and clear your browser cache. This file will not be overwritten with future updates, so this will work as long as the form's name persists.

Best regards, Felix


Jan, 2016 - Permalink

It is partially working: "Similar Sensors" table has dissapeared but "Why can't I see any sensor similarities here?" message and description is still there. Can you do anything with it?


Jan, 2016 - Permalink

Can you please forward a screenshot and mark the parts which you exactly want to remove?


Jan, 2016 - Permalink

https://drive.google.com/file/d/0B8ThoPcA2r_Hc2pfNXlUcXMxZFE/view?usp=sharing


Jan, 2016 - Permalink

Hi Tomasz,

.oskhelpbox {
display: none;
}

will remove this help box.

Best regards,


Jan, 2016 - Permalink

This is working fine, thanks.


Jan, 2016 - Permalink