Love it 0
Hello SCOM diehards,
I have some interesting (or not) undocumented parameters for the scom R2 webconsole.
Just play with it but remember it’s at your own risk and probably not supported by MS.
All you have to do is add the text below to the Web.config file of the webconsole app, replace the <key name> and <Value>. See below:
|
<appSettings>
…..
<add key=”<key name>” value=”<value>” />
</appSettings>
|
Save the file and refresh the scom web console internet page in your web browser.
Here are the <key names> and there values. I didn’t had the time to test them all to give you a good description but most of the time the key name is the description.(If you have a good description please let me know.)
|
<Key_name>
|
<value>
|
description
|
|
integer
|
|
|
|
integer
|
|
|
|
integer
|
|
|
|
integer
|
|
|
|
2=debug , 1=minimal , 0=none
|
2=Gives you many debug records in the ops nt eventlog
|
|
|
0..255
|
|
|
|
integer
|
|
|
|
String
|
|
|
|
String
|
|
|
|
True , False
|
True= enables the nt perfmon counters and gives you counters of the main usage. The counters will be cleared if you restart iis.
|
|
|
integer
|
|
|
|
integer
|
|
|
|
integer
|
|
|
|
integer
|
|
|
|
integer
|
|
|
|
True , False
|
|
|
|
10000000=1sec
|
|
|
|
True , False
|
|
|
|
True , False
|
|
|
|
10000000=1sec
|
|
|
|
True , False
|
True=displays in the iexplorer the page load times in the header of each form.
|
|
|
True , False
|
|
|
|
True , False
|
|
|
|
True , False
|
True=normal diagram view without menu/target
|
|
|
True , False
|
True= enables the nt perfmon counters and gives you counters per session. The counters will be cleared if you restart iis.
|
|
|
integer
|
|
Michel Kamp

This is awesome Michael!