DominoMeter / DominoMeterAddin-HCLMSP

Collects usage of Domino servers running in the HCL MSP program
GNU General Public License v3.0
0 stars 0 forks source link

Teamstudio / NSF_Hooks #15

Closed dpastov closed 3 years ago

dpastov commented 3 years ago

We need to detect the presence of TeamStudio CIAO, since it is a licensed product. There should only be two servers with it... I think.

Please add a new view under Domino Services for "Teamstudio"

Please start collecting the notes.ini values.

I'm not totally sure which ones govern this. I think it is this on Windows Notes CLIENTS (irrelevant for us- but please just do some Internet search to see): NSF_HOOKS=nhkciao.dll

and this seems to be on the Windows Domino server that controls whether CIAO loads:

root@dev-2 /cygdrive/d/Lotus/Domino $ hostname dev-2

root@dev-2 /cygdrive/d/Lotus/Domino $ cat notes.ini | grep -i nsf_hooks NSF_HOOKS=hkciao

In the new view, please display a column that shows all of NSF_HOOKS setting in case there are other things...

dpastov commented 3 years ago

@JustinProminic this one is ready and live.

I have added a new view that display all servers with a variable NSF_HOOKS in the notes.ini.

image