
When you installed the Beta, you might have noticed that we turned on some diagnostic tools by default (see screenshot below). This is very handy when running performance tests and troubleshooting certain problems. If this is just getting in your way, there is a simple way to remove it. On the server you installed NPM on, go to the webroot and find the SolarWinds folder (by default this is C:\Inetpub\SolarWinds) and open the web.config file. Around line 78, you should see something like this:
<add key="HubbleActive" value="True"/>
Simply change the True to False, save and close the file, then refresh your browser.
Mav
I really like this, I would like it if I could enable it for only certain groups/users in the future.
*I* want it to always be there, but I know there will be a few users that will say "why is there an error message in the top left?" to which I will scream "it's not an error message!".
Or, is there a way to make it not red and under the username on the right (then it wouldn't be called an error).
Hi,
In C:\Inetpub\SolarWinds\Orion\Styles\hubble.css
There is a section at the top for #hubbleWindow. The background property is #FF5050. If you change this to say #505050, then you get a dark gray which blends in with the default background of the top of the page as to not be screaming error at you.
Thanks