So we have an agent that we need to push to our servers, and below is the command to run it:
LRSystemMonitor.exe /s /v" /qn ADDLOCAL=System_Monitor HOST=xx.xx.xx.xx SERVERPORT=443 CLIENTADDRESS=0 CLIENTPORT=3333"
Only issue is this part:
CLIENTADDRESS=0
The CLIENTADDRESS portion needs to have the local IP of the server and not 0. i.e CLIENTADDRESS=10.10.10.1 for example.
We have to push this agent to 500+ servers in our environment, we can install using the above script, but I am not exactly sure, how we can make the clientaddress point to the IP of the primary NIC of the server to be installed on, by itself.