var fDesc=new Array(); fDesc[0] = "Make a note of the server name or IP address on which the ObserveIT Application Server is installed, plus the TCP port on which it listens. By default, ObserveIT will create a web site that will be configured to listen to TCP port 4884. By doing so, all the ObserveIT Agents will communicate with the ObserveIT Application Server by using TCP port 4884.

The ObserveIT Agent must be installed on all Windows systems which require monitoring. The Agent can be installed silently via software distribution applications like Microsoft System Management Server or interactively via the console."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }